Commande Transposer

Transposer( <Matrice> )

Transpose la matrice.

Transposer({{1, 2}, {3, 4}}) retourne la matrice {{1, 3}, {2, 4}}.

Transposer({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}) retourne la matrice \(\begin{pmatrix}1&4&7\\ 2&5&8\\ 3&6&9\end{pmatrix}\).

Menu view cas.svg Calcul formel :

Cette commande fonctionne à l’identique dans la fenêtre Calcul formel

Avec la possibilité de travailler en littéral.

Les variables a, b, c et d n’étant pas définies dans GeoGebra ;

Soit Matrice1:={{a, b}, {c, d}} la matrice \(\begin{pmatrix}a&b\\c&d\end{pmatrix}\) ;

Transposer(Matrice1) retourne la matrice \(\begin{pmatrix}a&c\\b&d\end{pmatrix}\).

Saisie : Voir aussi les commandes : ValeursPropres, VecteursPropres, Inverser, DVS, JordanDiagonalisation.