Reduced row echelon form.
Syntax
rref(A)
Description
A
Examples
rref(sym(magic(4)))
[ 1, 0, 0, 1] [ 0, 1, 0, 3] [ 0, 0, 1, -3] [ 0, 0, 0, 0]