Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Matrix Decompositions >

SingularValueDecomposition

Updated In 6 Graphic
SingularValueDecomposition[m]
gives the singular value decomposition for a numerical matrix m, as a list of matrices {u, w, v}, where w is a diagonal matrix, and m can be written as u.w.Conjugate[Transpose[v]].
SingularValueDecomposition[{m, a}]
gives the generalized singular value decomposition of m with respect to a.
SingularValueDecomposition[m, k]
gives the singular value decomposition associated with the k largest singular values of m.
SingularValueDecomposition[{m, a}, k]
gives the generalized singular value decomposition associated with the k largest singular values.
  • The matrix m may be rectangular.
  • The diagonal elements of w are the singular values of m.
  • u and v are column orthonormal matrices, whose transposes can be considered as lists of orthonormal vectors.
New in 5 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team