Difference between revisions of "ReducedRowEchelonForm Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
{{command|vector-matrix}}
+
{{command|cas=true|vector-matrix}}
 
;ReducedRowEchelonForm[ <Matrix> ]
 
;ReducedRowEchelonForm[ <Matrix> ]
 
:Returns the [[w:Row_echelon_form|reduced echelon form]] of the matrix.
 
:Returns the [[w:Row_echelon_form|reduced echelon form]] of the matrix.

Revision as of 13:52, 10 September 2011



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}}] yields the matrix \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.
© 2024 International GeoGebra Institute