Difference between revisions of "Invert Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: tt => code)
m
Line 2: Line 2:
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
 
; Invert[Matrix]: Inverts the given matrix.
 
; Invert[Matrix]: Inverts the given matrix.
: {{Example| <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}}''.}}

Revision as of 15:52, 18 April 2011

© 2024 International GeoGebra Institute