- categories: Linear algebra, Matrix
Definition
A Matrix is called a symmetric matrix if , where denotes the transpose of . Formally:
Intuition
A symmetric matrix is one where the entries are mirrored across the diagonal, meaning the upper triangular portion is a reflection of the lower triangular portion.
Key Properties
- Real Eigenvalues: All eigenvalues of a symmetric matrix are real.
- Orthogonal Eigenvectors: The eigenvectors corresponding to distinct eigenvalues of a symmetric matrix are orthogonal.
- Diagonalizability: Symmetric matrices are diagonalizable via an orthogonal matrix, i.e., , where is Orthogonal matrix and is diagonal.
- Positive Semi-Definite Matrix: If all eigenvalues of are non-negative, is positive semidefinite.
- Closure Under Addition and Scalar Multiplication: The sum of two symmetric matrices and the scalar multiple of a symmetric matrix are symmetric.
Applications
- Quadratic Forms: Symmetric matrices represent quadratic forms, which appear in optimization and geometry.
- Spectral Theorems: Used in principal component analysis (PCA) and other Eigendecomposition-based methods.