SVD Command

SVD( <Matrix> )

Returns the Singular Value Decomposition of the matrix (as a list of 3 matrices).

SVD({{3, 1, 1}, {-1, 3, 1}}) yields a list containing (0.710.710.710.71), (3.16003.46), (0.890.410.450.8200.41).