https://github.com/saucecodee/gaussian-elimination-method
Step by step solution to solving a linear system of equations using Gaussian elimination method.
https://github.com/saucecodee/gaussian-elimination-method
Last synced: 8 months ago
JSON representation
Step by step solution to solving a linear system of equations using Gaussian elimination method.
- Host: GitHub
- URL: https://github.com/saucecodee/gaussian-elimination-method
- Owner: saucecodee
- License: mit
- Created: 2019-03-24T22:21:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T23:23:59.000Z (almost 6 years ago)
- Last Synced: 2025-06-11T00:43:09.591Z (about 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gaussian-elimination-method
Step by step solution to solving a linear system of equations using Gaussian elimination method.