Difference between revisions of "ReducedRowEchelonForm Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 3: Line 3:
 
;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.
 +
:{{example| 1=<div><code><nowiki>ReducedRowEchelonForm[{{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>.</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
 
;ReducedRowEchelonForm[ <Matrix> ]
 
;ReducedRowEchelonForm[ <Matrix> ]
 
:Returns the reduced echelon form of the matrix.
 
:Returns the reduced echelon form of the matrix.
 
:{{example| 1=<div><code><nowiki>ReducedRowEchelonForm[{{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>.</div>}}
 
:{{example| 1=<div><code><nowiki>ReducedRowEchelonForm[{{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>.</div>}}

Revision as of 14:33, 8 August 2013



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