Back to Linear Algebra
inv
Matrix inverse.
Syntax
inv(A) → r
Backends
TypeScriptLAPACKNative BinaryWebAssembly
Description
Matrix inverse.
Parameters
| Name | Description |
|---|---|
| A | Square invertible matrix |
Returns
Inverse matrix A^{-1}
Examples
Try It
>> inv([1, 2; 3, 4])