sympy_matrix_multiply
Multiply two matrices using SymPy's symbolic mathematics library. This tool performs matrix multiplication for algebraic computations and mathematical operations.
Instructions
Multiply two matrices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix1 | Yes | First matrix string | |
| matrix2 | Yes | Second matrix string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |