Skip to content

Linear Equation System Solver v0.1.0 (Cpp)

Pre-release
Pre-release
Compare
Choose a tag to compare
@HimanshuBansal112 HimanshuBansal112 released this 27 Jul 10:44
· 26 commits to C++_Version since this release
76e7efa

This linear equation system solver uses mix of Gauss Elimination and Gauss Jordan by matrix transformations. It might be possible that someone might have done this but this is just a concept implementation I tried to make.