i4mat_rref2, an Octave code which computes a version of the reduced row echelon form (RREF) of an integer matrix.
The computer code and data files described and made available on this web page are distributed under the MIT license
i4mat_rref2 is available in a MATLAB version and an Octave version.
polyominoes, an Octave code which defines, solves, and plots a variety of polyomino tiling problems, which are solved by a direct algebraic approach involving the reduced row echelon form (RREF) of a specific matrix, instead of the more typical brute-force or backtracking methods.
row_echelon_integer, an Octave code which carries out the exact computation of the integer row echelon form (IREF) and integer reduced row echelon form (IRREF) of an integer matrix.
rref_test, an Octave code which calls rref() for the reduced row echelon form (RREF) of a matrix, which can be singular or rectangular.