ReducedRowEchelonForm Command

From GeoGebra Manual
Revision as of 17:41, 29 September 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
Jump to: navigation, search


ReducedRowEchelonForm( <Matrix> )
Returns the reduced echelon form of the matrix.
Example:
ReducedRowEchelonForm({{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}.

CAS Syntax

ReducedRowEchelonForm( <Matrix> )
Returns the reduced echelon form of the matrix.
Example:
ReducedRowEchelonForm({{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}.
© 2024 International GeoGebra Institute