Mo logo [home] [lexicon] [problems] [tests] [courses] [auxiliaries] [notes] [staff] german flag

Mathematics-Online course: Linear Algebra - Normal Forms - Singular Value Decomposition

MATLAB - Singular Value Decomposition


[previous page] [next page] [table of contents][page overview]

[U,S,V] = SVD(A) calculates the singular value decomposition of $ (m\times n)$-matrix A. The diagonal entries of the returned $ (m\times n)$-matrix S consist of the square roots of the eigenvalues of $ A^tA$ in descending order. The columns of the unitary matrices U and V are eigenvectors of $ AA^t$ and $ A^tA$, resp. We have $ A=USV^t$, hence $ S=U^tAV$.
  automatically generated 4/21/2005