SingularValueDecomposition

Singular Value Decomposition (WMA link)


SingularValueDecomposition[m]

calculates the singular value decomposition for the matrix m.

SingularValueDecomposition returns u, s, w such that m=u s v,
uu=1, vv=1, and s is diagonal.

RowReduce
Tr