calculate_matrix
Performs matrix arithmetic: add, subtract, multiply, transpose, determinant, inverse, and solve Ax=b. Provides deterministic results for linear algebra tasks.
Instructions
Matrix arithmetic: add, subtract, multiply, transpose, determinant, inverse, and solve Ax=b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | No | ||
| operation | Yes |