Differenze tra le versioni di "Comando Inversa"

Da GeoGebra Manual.
m (Bot: Sostituzione automatica (-{{command +{{command|cas=true))
Riga 5: Riga 5:
 
\begin{pmatrix}
 
\begin{pmatrix}
 
-2 & 1\\
 
-2 & 1\\
\frac{3}{2} & -\frac{1}{2}
+
1.5 & -0.5
 
\end{pmatrix}
 
\end{pmatrix}
 
</math>.</div>}}
 
</math>.</div>}}

Versione delle 09:09, 26 set 2011



Inversa[Matrice]
Inverte la matrice indicata.
Esempio:
Inversa[{{1, 2}, {3, 4}}] genera la matrice inversa

\begin{pmatrix} -2 & 1\\ 1.5 & -0.5 \end{pmatrix}

.

Sintassi CAS

Inversa[Matrice]
Inverte la matrice indicata.
Esempio:
Inversa[{{a, b}, {c, d}}] genera la matrice inversa

\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}

.
© 2024 International GeoGebra Institute