Différences entre versions de « Commande Inverser »

De GeoGebra Manual
Aller à : navigation, rechercher
m (Robot : Remplacement de texte automatisé (-{{command +{{command|cas=true))
Ligne 1 : Ligne 1 :
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|vector-matrix|Inverser}}
+
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|cas=true|vector-matrix|Inverser}}
  
 
;Inverser[ <Matrice> ] : Inverse ''Matrice''
 
;Inverser[ <Matrice> ] : Inverse ''Matrice''

Version du 10 septembre 2011 à 13:39


Inverser[ <Matrice> ]
Inverse Matrice
Exemple: Inverser[{{1, 2}, {3, 4}}] vous retourne la matrice inverse {{-2, 1}, {1.5, -0.5}}.


Calcul formel

Inverser[ <Matrice> ]
Exemple: Inverser[{{a, b}, {c, d}}] vous retourne la matrice inverse { { d/( a* d- b* c},- b/( a* d- b* c)}, {- c/( a* d- b* c), a/( a* d- b* c) } }.
© 2024 International GeoGebra Institute