ReducedRowEchelonForm Command

ReducedRowEchelonForm( <Matrix> )

Returns the reduced echelon form of the matrix.

  • ReducedRowEchelonForm({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}}) yields the matrix (100010001).

  • ReducedRowEchelonForm({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}}) yields the matrix (10050102.80012).

CAS Syntax

ReducedRowEchelonForm( <Matrix> )

Returns the reduced echelon form of the matrix.

  • ReducedRowEchelonForm({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}}) yields the matrix (100010001).

  • ReducedRowEchelonForm({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}}) yields the matrix (10050101450012).