This repo contains the code I wrote to take a matrix or a system of linear equations as input and return its ref or rref as output. The code uses a homegrown Fraction
class (which uses BigInteger
s under the hood to store the numerator and the denominator) to store arbitrary-precision rational numbers, and does its calculations on objects of the Matrix
class, which is simply a 2D array filled with Fraction
s.
-
Notifications
You must be signed in to change notification settings - Fork 0
A Java-based program to reduce a system of linear equations to reduced echelon form (ref) and row-reduced echelon form (rref) using Gaussian Elimination and Gauss-Jordan Elimination, respectively.
License
wermos/Linear-Algebra
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Java-based program to reduce a system of linear equations to reduced echelon form (ref) and row-reduced echelon form (rref) using Gaussian Elimination and Gauss-Jordan Elimination, respectively.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published