sympy_matrix_determinant
Compute the determinant of a matrix using SymPy's symbolic mathematics library. Enter a matrix string to calculate its determinant for linear algebra applications.
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 |