sympy_matrix_transpose
Transpose a symbolic matrix by inputting its string representation, returning the transposed matrix.
Instructions
Transpose a matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes | Matrix string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |