np_det
Calculate the determinant of a square matrix. Input an array representing the matrix to receive the determinant.
Instructions
Compute the determinant of an array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input matrix (must be square). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |