Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Documentation / Mathematica / Built-in Functions / New in Version 5.0 / Lists and Matrices /

SingularValueList

FilledSmallSquare SingularValueList[m] gives a list of the non-zero singular values of a numerical matrix m.

FilledSmallSquare SingularValueList[m, a] gives the generalized singular values of m with respect to a.

FilledSmallSquare SingularValueList[m, k] gives the k largest singular values of m.

FilledSmallSquare Singular values are sorted from largest to smallest.

FilledSmallSquare Repeated singular values appear with their appropriate multiplicity.

FilledSmallSquare By default, singular values are kept only when they are larger than 100 times , where is Precision[m].

FilledSmallSquare SingularValueList[m, Tolerance->t] keeps only singular values that are at least t times the largest singular value.

FilledSmallSquare SingularValueList[m, Tolerance->0] returns all singular values.

FilledSmallSquare The matrix m can be rectangular; the total number of singular values is always Min[Dimensions[m]].

FilledSmallSquare The singular values can be obtained from Sqrt[Eigenvalues[Conjugate[Transpose[m]] . m]].

FilledSmallSquare See Section 3.7.10.

FilledSmallSquare See also: SingularValueDecomposition, Norm, PseudoInverse, Eigenvalues, QRDecomposition, SchurDecomposition.

FilledSmallSquare Related packages: Statistics`LinearRegression`.

FilledSmallSquare New in Version 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information


 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy | [ja] |
Sign up for our newsletter: