Invert Command

From GeoGebra Manual
Revision as of 13:21, 17 September 2012 by Alexander Hartl (talk | contribs)
Jump to: navigation, search


Invert[ <Matrix> ]
Inverts the given matrix.
Example:
Invert[{{1, 2}, {3, 4}}] yields

\begin{pmatrix} -2 & 1\\ 1.5 & -0.5 \end{pmatrix} , the the inverse matrix of

\begin{pmatrix} 1 & 2\\ 3 & 4 \end{pmatrix}

.

CAS Syntax

Invert[ <Matrix> ]
Inverts the given matrix.
Example:
Invert[{{a, b}, {c, d}}] yields

\begin{pmatrix} \frac{d}{a* d- b* c} & \frac{-b}{a* d- b* c}\\ \frac{-c}{a* d- b* c}& \frac{a}{ a* d- b* c} \end{pmatrix} the inverse matrix of

\begin{pmatrix} a & b\\ c & d \end{pmatrix}

.
© 2024 International GeoGebra Institute