Matrix - Orthonormal
An orthonormal matrix is a square matrix which satisfies:
where:
- is the transpose of
- is the identity matrix
Other Definition
An orthonormal matrix is a square matrix whose columns and rows form a set of orthonormal vectors.
Meaning
An orthonormal matrix represents a linear transformation that preserves the length of vectors and the angles between them. This means that when you apply an orthonormal matrix to a vector, the resulting vector has the same magnitude as the original vector.
Properties
- The columns (and rows) of an orthonormal matrix are orthogonal set of unit vectors.
- The inverse of an orthonormal matrix is equal to its transpose:
- Orthonormal matrices preserve the dot product of vectors:
- The determinant of an orthonormal matrix is either +1 or -1.