Difference between revisions of "Transpose Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: tt => code)
Line 2: Line 2:
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
; Transpose[Matrix]: Transposes the matrix.
 
; Transpose[Matrix]: Transposes the matrix.
: {{Example| <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 ''{{1, 3}, {2, 4}}''.}}

Revision as of 15:55, 18 April 2011

© 2024 International GeoGebra Institute