Java program for running a Gauss-Jordan Elimination on a matrix
GaussJordan.java is an object providing methods for printing arrays to the command line and running a Gauss-Jordan Elimination on an array in order to put it into Reduced Row Echelon Form. MathDriver.java contains example code for how to initialize and use a GaussJordan object.