Differenze tra le versioni di "Comando MatriceRigheRidotte"

Da GeoGebra Manual.
 
(4 versioni intermedie di 3 utenti non mostrate)
Riga 1: Riga 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|MatriceRigheRidotte}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|MatriceRigheRidotte}}
;MatriceRigheRidotte[Matrice]: Restituisce la forma [[w:Row_echelon_form|ridotta per righe]] della matrice.
+
;MatriceRigheRidotte(Matrice): Restituisce la forma [[w:Row_echelon_form|ridotta per righe]] della matrice.
:{{example| 1=<code><nowiki>MatriceRigheRidotte[{{1, 6, 4}, {2, 8, 9}, {4, 5, 6}}]</nowiki></code> yields the matrix <math> \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}</math>.}}
+
:{{examples| 1=<div>
 +
:*<code><nowiki>MatriceRigheRidotte({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}})</nowiki></code> restituisce la matrice <math> \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}</math>.
 +
:*<code><nowiki>MatriceRigheRidotte({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}})</nowiki></code> restituisce la matrice <math> \begin{pmatrix} 1 & 0 & 0 & 5\\ 0 & 1 & 0 & -2.8\\ 0 & 0 & 1 & 2\end{pmatrix}</math>.</div>}}
 
==Sintassi CAS==
 
==Sintassi CAS==
;MatriceRigheRidotte[Matrice]
+
;MatriceRigheRidotte(Matrice)
 
:Restituisce la forma ridotta per righe della matrice.
 
:Restituisce la forma ridotta per righe della matrice.
:{{example|1=<code>MatriceRigheRidotte[{{1, 6, 4},{2, 8, 9},{4, 5, 6}}]</code> restituisce la matrice <math> \left( \begin{array}{} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{array}  \right) </math>.}}
+
:{{examples|1=<div>
 +
:*<code>MatriceRigheRidotte({{1, 6, 4},{2, 8, 9},{4, 5, 6}})</code> restituisce la matrice <math> \left( \begin{array}{} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{array}  \right) </math>.
 +
:*<code><nowiki>MatriceRigheRidotte({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}})</nowiki></code> restituisce la matrice <math> \begin{pmatrix} 1 & 0 & 0 & 5\\ 0 & 1 & 0 & \frac{-14}{5} \\ 0 & 0 & 1 & 2\end{pmatrix}</math>.</div>}}

Versione attuale delle 08:54, 12 ott 2018



MatriceRigheRidotte(Matrice)
Restituisce la forma ridotta per righe della matrice.
Esempi:
  • MatriceRigheRidotte({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}}) restituisce la matrice \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.
  • MatriceRigheRidotte({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}}) restituisce la matrice \begin{pmatrix} 1 & 0 & 0 & 5\\ 0 & 1 & 0 & -2.8\\ 0 & 0 & 1 & 2\end{pmatrix}.

Sintassi CAS

MatriceRigheRidotte(Matrice)
Restituisce la forma ridotta per righe della matrice.
Esempi:
  • MatriceRigheRidotte({{1, 6, 4},{2, 8, 9},{4, 5, 6}}) restituisce la matrice \left( \begin{array}{} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{array} \right) .
  • MatriceRigheRidotte({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}}) restituisce la matrice \begin{pmatrix} 1 & 0 & 0 & 5\\ 0 & 1 & 0 & \frac{-14}{5} \\ 0 & 0 & 1 & 2\end{pmatrix}.
© 2024 International GeoGebra Institute