Symmetric Matrix

If the matrix A is real, then a square matrix A is symmetric if . However, for complex matrices, the matrix is “symmetric | Hermitian” is a Hermitian Matrix (conjugate transpose of ).

Characteristics of Real Symmetric Matrices:

  • They have real eigenvalues.
  •  A symmetric matrix can have negative eigenvalues.
  • Their eigenvectors corresponding to distinct eigenvalues are orthogonal.
  • They are always diagonalizable. (Spectral Theorem)

Positive Semi Definite Matrix

A symmetric or Hermitian matrix is PSD if for any vector x, .

Positive Semi Definite need not to be Symmetric and obviously, symmetric matrices need not to be Positive Semi Definite.

Positive Semi Definite Matrix ()

  • all eigenvalues are non-negative.
  • Cholesky Decomposition: there exists a matrix B such that . B is a lower triangular matrix.
  • Singular values = Eigen values

For general matrices (non-symmetric, non-Hermitian), there’s no direct equality between eigenvalues and singular values.