sympy_matrix_multiply
Multiply two matrices symbolically by providing their string representations.
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 |