Comando MatriceRigheRidotte

Da GeoGebra Manual.
Versione del 7 ott 2017 alle 16:29 di Zbynek (discussione | contributi) (Sostituzione testo - ';(.*)\[(.*)\]' con ';$1($2)')



MatriceRigheRidotte(Matrice)
Restituisce la forma ([w:Row_echelon_form|ridotta per righe)] della matrice.
Esempio: 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}.

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