Transpose Command

From GeoGebra Manual
Revision as of 16:42, 29 September 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
Jump to: navigation, search


Transpose( <Matrix> )
Transposes the matrix.
Example:
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}.

CAS Syntax

Transpose( <Matrix> )
Transposes the matrix.
Example:
Transpose({{a, b}, {c, d}}) yields the matrix\begin{pmatrix}a&c\\b&d\end{pmatrix}.
© 2024 International GeoGebra Institute