Difference between revisions of "Transpose Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
; Transpose[Matrix]: Transposes the matrix.
 
; Transpose[Matrix]: Transposes the matrix.
: {{Example|1=<code>Transpose[{{1, 2}, {3, 4}}]</code> gives you the matrix ''{{1, 3}, {2, 4}}''.}}
+
: {{Example|1=<code>Transpose[{{1, 2}, {3, 4}}]</code> gives you the matrix <math>(\begin{array}{cc} 1&3\\ 2&4\\  \end{array}</math>).}}
 
==CAS Syntax==
 
==CAS Syntax==
 +
; Transpose[Matrix]: Transposes the matrix.
 +
: {{Example|1=<code>Transpose[{{a, b}, {c, d}}]</code> gives you the matrix <math>(\begin{array}{cc} a&c\\ b&d\\  \end{array}</math>).}}

Revision as of 10:26, 11 August 2011


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