Difference between revisions of "Transpose Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|cas=true|vector-matrix}}
 
{{command|cas=true|vector-matrix}}
 
;Transpose[ <Matrix> ]
 
;Transpose[ <Matrix> ]

Revision as of 22:32, 9 March 2013



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