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.
- Host: GitHub
- URL: https://github.com/mohamedmetwalli5/matrixsolver
- Owner: MohamedMetwalli5
- License: mit
- Created: 2021-12-08T11:47:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T00:29:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T21:58:43.658Z (9 months ago)
- Topics: java, linear-algebra, numerical-analysis
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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