Difference between revisions of "Transpose Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 10: Line 10:
 
* See also [[Eigenvalues Command]], [[Eigenvectors Command]], [[SVD Command]], [[Invert Command]], [[JordanDiagonalization Command]]
 
* See also [[Eigenvalues Command]], [[Eigenvectors Command]], [[SVD Command]], [[Invert Command]], [[JordanDiagonalization Command]]
 
</div>}}
 
</div>}}
 +
{{Note|1=You can use <code> Transpose({list})</code> to transpose list. The extra braces convert the list into a matrix thus <code>{list}</code>}}

Revision as of 14:22, 1 January 2023


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}.
Note: You can use Transpose({list}) to transpose list. The extra braces convert the list into a matrix thus {list}
© 2024 International GeoGebra Institute