An open API service indexing awesome lists of open source software.

https://github.com/mohamedmetwalli5/matrixsolver

A Java Program Using Numerical Methods (such as "Gauss Elimination", "Gauss Jordan", "LU Decomposition", and "Gauss Seidel") for Solving a System of Linear Algebraic Equations Of Any Sizes.
https://github.com/mohamedmetwalli5/matrixsolver

java linear-algebra numerical-analysis

Last synced: 8 months ago
JSON representation

A Java Program Using Numerical Methods (such as "Gauss Elimination", "Gauss Jordan", "LU Decomposition", and "Gauss Seidel") for Solving a System of Linear Algebraic Equations Of Any Sizes.

Awesome Lists containing this project

README

          

# MatrixSolver

## It's a Java program that was made by me and some of my colleagues in 2020 to solve matrices using some methods like :
- Gauss Elimination
- Gauss Jordan
- LU Decomposition
- Gauss Seidel
- Jacobi Iteration