Difference between revisions of "ReducedRowEchelonForm Command"

From GeoGebra Manual
Jump to: navigation, search
m ({} for matrix)
Line 8: Line 8:
  
  
{{example|1=<code>ReducedRowEchelonForm[{1,6,4},{2,8,9},{4,5,6}]</code> gives you the matrix ''{{1,0,0},{0,1,0},{0,0,1}}''.}}
+
{{example|1=<code>ReducedRowEchelonForm[{{1,6,4},{2,8,9},{4,5,6}}]</code> gives you the matrix ''{{1,0,0},{0,1,0},{0,0,1}}''.}}

Revision as of 19:02, 19 August 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}}] gives you the matrix {{1,0,0},{0,1,0},{0,0,1}}.
© 2024 International GeoGebra Institute