SVD

For any real matrix , we can find real orthogonal matrix and real orthogonal matrix s.t. , where and is a real diagonal matrix with positive diagonal entries, and is the rank of .

  • If the diagonal entries of are , then .
  • . This is the spectral decomposition for .

A singular value for is the square root of a non-zero eigenvalue of or .

Because , .

For a right singular vector for singular valur , .

  • are all in , are all in . are all in , are all in . SVD means simultaneously finding the best orthonormal basis for all subspaces related to .
  • Low Rank Approximation: Use the sum of the largest rank one components of SVD instead of components. .