44. Symmetric Matrix
A square matrix that equals its own transpose:
Symmetric matrices are mirror-images across the main diagonal.
Example
44.1. Skew-symmetric matrices
The mirror flips sign: , equivalently .
Diagonal entries must be zero (since ).
44.2. Why symmetric matrices are special
- Real eigenvalues: every eigenvalue of a real symmetric matrix is real
- Orthogonal eigenvectors: eigenvectors corresponding to distinct eigenvalues are orthogonal
-
Spectral theorem: every real symmetric matrix is orthogonally diagonalizable:
where is orthogonal and is diagonal of eigenvalues - Defines a quadratic form
44.3. Decomposing any matrix
Any square matrix uniquely splits into a symmetric and skew-symmetric part:
44.4. Where they show up
- Covariance matrices — always symmetric (and positive semi-definite)
- Quadratic forms — only the symmetric part matters
- Hessian matrices — symmetric for functions (Schwarz’s theorem)
- Gram matrices — always symmetric and positive semi-definite
- Adjacency matrices of undirected graphs — symmetric