Differenze tra le versioni di "Comando MatriceRigheRidotte"

Da GeoGebra Manual.
m (Sostituzione testo - 'version=4.0' con 'version=4.2')
Riga 1: Riga 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{command|cas=true|vector-matrix|MatriceRigheRidotte}}
 
<noinclude>{{Manual Page|version=4.2}}</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>.}}
 
==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>.}}
 
{{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>.}}

Versione delle 09:42, 9 ago 2013



MatriceRigheRidotte[Matrice]
Restituisce la forma ridotta per righe della matrice.
Esempio: MatriceRigheRidotte[{{1, 6, 4}, {2, 8, 9}, {4, 5, 6}}] yields the matrix \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.

Sintassi CAS

MatriceRigheRidotte[Matrice]
Restituisce la forma ridotta per righe della matrice.
Esempio: 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) .
© 2024 International GeoGebra Institute