Math > Matrix
Outputs the transpose of the specified input matrix. Transposing a matrix is basically rewriting it so that the columns of the old matrix become the rows of the new matrix and vice-versa.
Matrix
The matrix to transpose.
Result
The transposed input matrix.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License