- categories: Linear algebra, Matrix
Definition
A complex square Matrix is called Hermitian if it is equal to its conjugate transpose, i.e.,
This means that for all , where denotes the complex conjugate of .
Intuition
A Hermitian matrix generalizes the concept of a Symmetric Matrix to the complex domain. Its elements are mirrored across the diagonal, but with complex conjugation applied.
Key Properties
- Real Diagonal Entries: The diagonal entries of a Hermitian matrix are always real, as .
- Complex Conjugate Symmetry: Off-diagonal entries satisfy .
- Real Eigenvalues: All eigenvalues of a Hermitian matrix are real.
- Orthogonal Eigenvectors: The eigenvectors corresponding to distinct eigenvalues of a Hermitian matrix are orthogonal in the sense of the complex inner product.
- Unitary Diagonalization: A Hermitian matrix is diagonalizable by a unitary matrix, i.e., , where is unitary () and is diagonal.
- Positive Semi-Definite Matrix: A Hermitian matrix is positive semidefinite if all its eigenvalues are non-negative.
Applications
- Quantum Mechanics: Hermitian matrices represent observables (e.g., operators corresponding to measurable quantities like energy).
- Signal processing: Covariance matrices in signal processing are often Hermitian.