Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 379 Bytes

File metadata and controls

9 lines (7 loc) · 379 Bytes

java-gaussjordan

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.