Mathematica > Matrix-Based Minimization >

PseudoInverse

PseudoInverse[m]
finds the pseudoinverse of a rectangular matrix.
  • For a square matrix, PseudoInverse gives the Moore-Penrose inverse.
  • PseudoInverse[m, Tolerance->t] specifies that singular values smaller than t times the maximum singular value should be dropped.
  • With the default setting Tolerance->Automatic, singular values are dropped when they are less than 100 times 10-p, where p is Precision[m].
  • For non-singular square matrices M, the pseudoinverse M(-1) is equivalent to the standard inverse.
New in 1 | Last modified in 5
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team