sympy_matrix
Create matrices from semicolon-separated rows for symbolic mathematics operations. Use this tool to build matrices for algebraic computations, equation solving, and matrix operations within the SymPy library.
Instructions
Create a matrix from rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Semicolon-separated rows, e.g., "1,2; 3,4" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |