matrix_transpose
Swap rows and columns of a matrix to transform its orientation for linear algebra calculations. This tool performs matrix transposition by converting rows to columns.
Instructions
Transpose a matrix (swap rows and columns) (Domain: linear_algebra.matrices, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |