Reduced row echelon form
Syntax
rref(A)
Description
rref(A) is the reduced row echelon form of the symbolic matrix A.
A
Examples
rref(sym(magic(4))) returns
rref(sym(magic(4)))
[ 1, 0, 0, 1] [ 0, 1, 0, 3] [ 0, 0, 1, -3] [ 0, 0, 0, 0]