matrix_determinant
Compute the determinant of a square matrix to check invertibility or solve linear systems.
Instructions
Return the determinant of a square matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |