rref - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

rref

  

reduced row echelon form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

rref(A)

Parameters

A

-

matrix, vector, array, or scalar

Description

• 

The function rref(A) returns the row echelon (Gauss-Jordan) form of the matrix A.

Examples

withMTM:

AMatrix1,2,1,2,4,2,2,8,1

A121242281

(1)

rrefA

10320114000

(2)

See Also

LinearAlgebra[ReducedRowEchelonForm]

MTM

MTM[jordan]