Orthonormal Vectors
A set of column vectors is orthonormal iff:
- They are pairwise orthogonal AND
Orthonormal Matrix
A matrix whose columns are orthonormal. For real matrices: (orthogonal matrix). For complex matrices: (unitary matrix).
Key property: (real) or (complex).
Why Orthonormal Bases
- Preserve lengths and angles under transformation: .
- Coordinates in an orthonormal basis are computed by a simple dot product, no matrix inversion needed.
- Numerically stable: no accumulation of rounding errors across operations.