sympy_matrix_determinant
Calculate the determinant of a symbolic matrix by providing a SymPy matrix string.
Instructions
Compute matrix determinant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes | A SymPy matrix string, e.g., "Matrix([[1, 2], [3, 4]])" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |