Différences entre versions de « Commande Transposer »

De GeoGebra Manual
Aller à : navigation, rechercher
m (Remplacement du texte — « ;([A-Za-z0-9]*)\[(.*)\] » par « ;$1($2) »)
Ligne 1 : Ligne 1 :
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|Transposer}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|Transposer}}
;Transposer[ <Matrice> ] : Transpose la matrice.
+
;Transposer( <Matrice> ) : Transpose la matrice.
 
: {{Exemple|1=<code>Transposer[{{1, 2}, {3, 4}}]</code> vous donne la matrice ''{{1, 3}, {2, 4}}''.}}
 
: {{Exemple|1=<code>Transposer[{{1, 2}, {3, 4}}]</code> vous donne la matrice ''{{1, 3}, {2, 4}}''.}}
  

Version du 7 octobre 2017 à 18:03

Transposer( <Matrice> )
Transpose la matrice.
Exemple : Transposer[{{1, 2}, {3, 4}}] vous donne la matrice {{1, 3}, {2, 4}}.


____________________________________________________________

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.

Exemple :
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] crée la matrice \begin{pmatrix}a&c\\b&d\end{pmatrix}.
© 2024 International GeoGebra Institute