matrix_inverse
Compute the inverse of a square, non-singular matrix to solve systems of linear equations.
Instructions
Return the inverse of a square, non-singular matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |