Analysis: Mathematics: Inverse
Generate (pseudo) inverse of a matrix
1. minverse;
2. minverse im:=[MBook1]Msheet1!Mat(1);
3. minverse im:= [MBook1]Msheet1!Mat(1) om:=[MBook1]Msheet1!Mat(2);
Please refer to the page for additional option switches when accessing the x-function from script
Input
MatrixObject
The input matrix
Output
The output inverse matrix
See the syntax here.
Given an 3 by 3 maxtrix:
Type minverse in the command window will generate:
Please refer to this page in the User Guide for more information: