Difference between revisions of "Invert Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 7: Line 7:
  
 
; Invert[Matrix]: Inverts the given matrix.
 
; Invert[Matrix]: Inverts the given matrix.
: {{Example|1=<code>Invert[{{a, b}, {c, d}}]</code> gives you the inverse matrix "{ { d/( a* d- b* c},- b/( a* d- b* c)},{- c/( a* d- b* c), a/( a* d- b* c) } }".}}
+
: {{Example|1=<code>Invert[{{a, b}, {c, d}}]</code> gives you the inverse matrix "{ { d/( a* d- b* c},- b/( a* d- b* c)}, {- c/( a* d- b* c), a/( a* d- b* c) } }".}}

Revision as of 15:46, 28 July 2011


Invert[Matrix]
Inverts the given matrix.
Example: Invert[{{1, 2}, {3, 4}}] gives you the inverse matrix {{-2, 1}, {1.5, -0.5}}.


CAS view

Invert[Matrix]
Inverts the given matrix.
Example: Invert[{{a, b}, {c, d}}] gives you the inverse matrix "{ { d/( a* d- b* c},- b/( a* d- b* c)}, {- c/( a* d- b* c), a/( a* d- b* c) } }".
© 2024 International GeoGebra Institute