matrix_transpose
Swaps rows and columns of a numeric matrix to return its transpose. Use it to reshape data for linear algebra, statistics, or reporting.
Instructions
Return the transpose of a matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |