Skip to content

thomascoe/java-gaussjordan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java program for running a Gauss-Jordan Elimination on a matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages