This describes how to use RREF.nb which contains one Mathematica function
called displayRREF which displays on the screen all the steps in the forward
Gaussian elimination process and also in the backward phase to produced a
reduced row-echelon form when applied on a matrix \(A\). The matrix can be square or
rectangular.
To use, download the RREF.nb from the link given at the top. Open the notebook using
Mathematica, and evaluate the whole notebook using Evaluation->Evaluate Notebook.
Now the function displayRREF is loaded and ready to be used.
Open a new notebook to use the function. Examples of usage are given below.
There are two functions in the notebook. displayRREF which does reduced RREF, and
displayREF which does only the forward Gaussian elimination phase.
Any bugs please let me know.
Examples below shows how to use the functions