Symmetric and Hermitian Matrices
Symmetric and Hermitian matrices possess exceptional spectral properties: real eigenvalues and orthogonal eigenvectors. These properties make them ubiquitous in applications from physics to statistics.
A real matrix is symmetric if , i.e., for all .
A complex matrix is Hermitian (or self-adjoint) if , where is the conjugate transpose. For Hermitian matrices, .
Symmetric matrices are the real case of Hermitian matrices. The spectral theorem establishes that these matrices have especially nice eigenvalue decompositions.
is symmetric since .
is Hermitian since .
Every eigenvalue of a real symmetric matrix (or complex Hermitian matrix) is real.
Proof sketch: Let with . Take conjugate transpose:
Since :
But also .
Thus . Since , we have , so . ∎
Eigenvectors of a symmetric matrix corresponding to distinct eigenvalues are orthogonal.
Proof: Let and with .
Compute:
Also:
Thus . Since , we have . ∎
A real matrix is orthogonal if , equivalently .
A complex matrix is unitary if , equivalently .
Orthogonal/unitary matrices preserve inner products and norms: and .
The reality of eigenvalues and orthogonality of eigenvectors make symmetric matrices ideal for applications. In physics, observables in quantum mechanics are represented by Hermitian operators. In statistics, covariance matrices are symmetric positive semi-definite. The spectral theorem formalizes these special properties.