PseudoInverse
Usage
• PseudoInverse[m] finds the pseudoinverse of a rectangular matrix.
Notes
• PseudoInverse works on both symbolic and numerical matrices. • 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  , where  is Precision[m]. • For non-singular square matrices  , the pseudoinverse  is equivalent to the standard inverse. • New in Version 1; modified in 5. • Advanced Documentation.
|