determinant
Compute the determinant of a square matrix to assess invertibility and scaling factor in linear algebra.
Instructions
计算方阵的行列式。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |