Navigation

Operators and Keywords

Function List:

C++ API

: rref (A)
: rref (A, tol)
: [r, k] = rref (…)

Return the reduced row echelon form of A.

tol defaults to eps * max (size (A)) * norm (A, inf).

The optional return argument k contains the vector of "bound variables", which are those columns on which elimination has been performed.

Package: octave