Back to Linear Algebra
inv
Matrix inverse
Syntax
B = inv(A)
Description
Computes the multiplicative inverse of a square matrix so that A*B = eye(n). The matrix must be non-singular.
Parameters
| Name | Description |
|---|---|
| A | Non-singular square matrix (n×n) |
Returns
Inverse matrix (n×n)