Inverse• Inverse[m] gives the inverse of a square matrix m. • Inverse works on both symbolic and numerical matrices. • A warning is given for ill-conditioned matrices. • See also: Transpose.
Examples Using InstantCalculatorsHere is the InstantCalculator for the Inverse function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Inverse Function Controller. The inverse of a 2 2 matrix displayed as a matrix.
Out[2]= |  |
If the matrix is singular, the inverse is not computed.
Out[3]= |  |
If the matrix is not square, the inverse is not computed.
Out[4]= |  |
|