MTM
inv
matrix inverse
Calling Sequence
Parameters
Description
Examples
inv(A)
A
-
square matrix
The function inv(A) computes the matrix inverse of A.
with⁡MTM:
A≔Matrix⁡1,2,1,2,−4,2,3,8,1
A≔1212−42381
inv⁡A
−54381214−18074−18−12
See Also
LinearAlgebra[MatrixInverse]
Download Help Document