Definition
A Unitary matrix is a complex square matrix whose conjugate transpose is also its inverse:
- How to read: “Q conjugate-transpose times Q equals I; Q inverse equals Q conjugate-transpose.”
- Meaning: Unitary matrices preserve lengths and angles in complex space; applying is a rotation/reflection with no scaling.
Why It Matters
Unitary matrices are the ‘rotation operators’ of complex space. They are essential for stable numerical algorithms and form the backbone of quantum mechanics, where they represent ‘reversible’ operations that preserve the total probability of the system.
Core Concepts
- Length Preservation: Unitary transformations preserve the inner product (and thus the length) of vectors: .
- How to read: “Norm of Q z equals norm of z.”
- Meaning: No energy or probability is lost under a unitary map — critical in quantum mechanics and stable numerics.
- Orthonormal Columns: The columns of form an orthonormal basis for ().
- How to read: “q-i conjugate-transpose q-j equals delta-i-j.”
- Meaning: Columns are mutually orthogonal unit vectors; check to verify orthonormality.
- Eigenvalues: Every eigenvalue of a unitary matrix has an absolute value of 1 (), meaning they lie on the unit circle in the complex plane.
- How to read: “Absolute value of lambda equals one.”
- Meaning: Eigenvalues are pure phase factors — magnitude preserved, only direction rotated.
- Orthogonal Matrices: A real unitary matrix is simply an orthogonal matrix ().
- How to read: “Q-transpose Q equals I.”
- Meaning: Real-valued special case; same length-preserving property without complex conjugation.