Skip to content

Releases: HimanshuBansal112/Linear_Equation_System_Solver

Linear Equation System Solver v0.1.1 (Cpp)

22 Nov 08:24
f3dc34b
Compare
Choose a tag to compare

Linear Equation System Solver v0.1.0 (Cpp)

27 Jul 10:44
76e7efa
Compare
Choose a tag to compare

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.

Linear Equation System Solver v0.1.0 (C-sharp)

27 Jul 10:37
d9f2545
Compare
Choose a tag to compare

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.