sympy_matrix_add
Add two matrices using SymPy's symbolic mathematics library for algebraic computations. Input matrix strings to perform matrix addition operations.
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 |