Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Numerical Computation / Matrix Operations /

PseudoInverse

FilledSmallSquare PseudoInverse[m] finds the pseudoinverse of a rectangular matrix.

FilledSmallSquare PseudoInverse works on both symbolic and numerical matrices.

FilledSmallSquare For numerical matrices, PseudoInverse is based on SingularValueDecomposition.

FilledSmallSquare PseudoInverse[m, Tolerance -> t] specifies that singular values smaller than t times the maximum singular value should be dropped.

FilledSmallSquare With the default setting Tolerance->Automatic, singular values are dropped when they are less than 100 times , where is Precision[m].

FilledSmallSquare For non-singular square matrices , the pseudoinverse is equivalent to the standard inverse.

FilledSmallSquare See Section 3.7.10.

FilledSmallSquare See also: Inverse, SingularValueDecomposition, Fit, CholeskyDecomposition.

FilledSmallSquare New in Version 1; modified in 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.