This program is used to solve system of linear equation in any number of variable. It tries to solve equations using mix of Gauss Elimination and Gauss Jordan by matrix transformations. If an equation has infinte number of solution, it gives any one solution it finds. Otherwise, if exact solution then you will get that. In case of over-determined or no solution, it will tell that no solution found. If any failure case found, please inform failed equation in issues.
Open the solution file in Visual Studio 2022, and compile it there. Make sure if you have installed required templates in Visual Studio 2022 for it.
This also has another version in C++ language at: https://github.com/HimanshuBansal112/Linear_Equation_System_Solver/tree/C%2B%2B_Version This program is licensed under Apache-2.0 license