Remaining Classes

The Singular Value Decomposition, SVD

  1. A=U S V' ... with descriptions of the bases of the four fundamental subspaces in the orthogonal matrices U and V.
  2. finding the SVD using the eigenvalues/eigenvectors of A'A.
  3. finding the pseudo-inverse of A using the SVD of A