Matrix Operations
matrix_operationPerform matrix operations including multiplication, determinant, and inverse by providing matrices and specifying the operation.
Instructions
Matrix operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrices | Yes | List of matrices for operation | |
| operation | Yes | Matrix operation (multiply, determinant, inverse) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||