Differences between revisions 14 and 15
Revision 14 as of 2025-09-24 17:21:28
Size: 2121
Comment: Simplifying matrix page names
Revision 15 as of 2025-09-24 20:19:45
Size: 2145
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Orthogonality''' is a generalization of perpendicularity. '''Orthonormality''' is a related concept, requiring that the components be unit vectors. '''Orthogonality''' is a generalization of perpendicularity. '''Orthonormality''' is a related concept, requiring that the components be [[Calculus/UnitVector|unit vectors]].

Orthogonality

Orthogonality is a generalization of perpendicularity. Orthonormality is a related concept, requiring that the components be unit vectors.

See also vector orthogonality.


Orthogonality

The notation for orthogonality is , as in x ⊥ y.

For a subspace S to be orthogonal to a subspace T, every vector in S must be orthogonal to every vector in T. Null spaces are a trivial example. For a given matrix A, its null space (i.e., N(A)) contains the vectors that are not in the row space (i.e., R(A)). Therefore it is orthogonal. Similarly, N(AT) is orthogonal to the column space of A (i.e., C(A))


Orthonormality

If a matrix is composed of orthonormal columns, then it can be called a matrix with orthonormal columns. These are usually denoted as Q. These have several important properties:

The second follows from the first. Recall that, when projecting b into C(A), the projection matrix is given as P = A(ATA-1)AT. This comes from the linear system ATAx̂ = ATb and requiring that p = Pb. For a matrix Q with orthonormal columns, the first property simplifies the linear system to x̂ = QTb. Therefore, P = QQT.

If such a matrix with orthonormal columns is also square, then it can be called an orthogonal matrix. These have several important properties:

  • QTQ = QQT = I

  • QT = Q-1

  • The determinant is always 1 or -1

  • The projection matrix is given as P = I, indicating that b must be in C(A).


CategoryRicottone

LinearAlgebra/Orthogonality (last edited 2026-02-04 00:30:26 by DominicRicottone)