np_inv
Calculate the multiplicative inverse of a square invertible matrix for solving linear equations or matrix division.
Instructions
Compute the (multiplicative) inverse of a matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input matrix (must be square and invertible). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |