Difference between revisions of "Invert Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 3: Line 3:
 
; Invert[Matrix]: Inverts the given matrix.
 
; Invert[Matrix]: Inverts the given matrix.
 
: {{Example|1=<code>Invert[{{1, 2}, {3, 4}}]</code> gives you the inverse matrix ''{{-2, 1}, {1.5, -0.5}}''.}}
 
: {{Example|1=<code>Invert[{{1, 2}, {3, 4}}]</code> gives you the inverse matrix ''{{-2, 1}, {1.5, -0.5}}''.}}
 +
 +
==CAS view==
 +
 +
; Invert[Matrix]: Inverts the given matrix.
 +
: {{Example|1=<code>Invert[{{a, b}, {c, d}}]</code> gives you its 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:45, 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 its 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