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

Mathematics-Online lexicon:

Singular Value Decomposition


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 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$.
[Links]

  automatically generated 1/12/2007