sympy_matrix_add
Add two matrices by providing their string representations for symbolic computation.
Instructions
Add 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 |