Invert Command

From GeoGebra Manual
Revision as of 14:48, 28 July 2011 by UnTom (talk | contribs)
Jump to: navigation, search


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