Transpose Command
- Transpose( <Matrix> )
-
Transposes the matrix.
Transpose({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}})
yields the matrix \(\begin{pmatrix}1&4&7\\ 2&5&8\\
3&6&9\end{pmatrix}\).
Transposes the matrix.
Transpose({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}})
yields the matrix \(\begin{pmatrix}1&4&7\\ 2&5&8\\
3&6&9\end{pmatrix}\).