Transpose Command

From GeoGebra Manual
Jump to: navigation, search


Transpose[Matrix]
Transposes the matrix.
Example: Transpose[{{1, 2}, {3, 4}}] gives you the matrix (\begin{array}{cc} 1&3\\ 2&4\\ \end{array}).

CAS Syntax

Transpose[Matrix]
Transposes the matrix.
Example: Transpose[{{a, b}, {c, d}}] gives you the matrix (\begin{array}{cc} a&c\\ b&d\\ \end{array}).
© 2024 International GeoGebra Institute