Linear Equation System Solver v0.1.0 (Cpp)
Pre-release
Pre-release
·
26 commits
to C++_Version
since this release
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.