ReducedRowEchelonForm Command

From GeoGebra Manual
Revision as of 19:07, 19 August 2011 by Noel Lambert (talk | contribs) (matrix LaTeX)
Jump to: navigation, search



ReducedRowEchelonForm[ <Matrix> ]
Returns the reduced echelon form of the matrix.

CAS Syntax

ReducedRowEchelonForm[ <Matrix> ]
Returns the reduced echelon form of the matrix.


Example: ReducedRowEchelonForm[{{1,6,4},{2,8,9},{4,5,6}}] gives you the matrix \left( \begin{array}{} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{array} \right) .
© 2024 International GeoGebra Institute