Reduced row echelon form

There used to be a rref function to put a matrix in reduced row echelon form, but it is not available anymore.
Is it in some package, or has it been renamed?

https://github.com/blegat/RowEchelon.jl seems to be what you need :slight_smile:

5 Likes

Thanks, that works. Also thanks to B. Legat from Belgium who saved rref from the ongoing slimming of Base.

1 Like