
Contents |
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);
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Matrix | im |
Input MatrixObject | |
The input matrix |
| Output Matrix | om |
Output MatrixObject | |
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: