Skip to content

HimanshuBansal112/Linear_Equation_System_Solver

Repository files navigation

License

About:

This program is used to solve systems of linear equations with any number of variables. It solves equations using a mix of Gauss Elimination and Gauss-Jordan methods through matrix transformations. If an equation has an infinite number of solutions, it provides one solution it finds. Otherwise, if there is an exact solution, you will get that. In the case of an over-determined system or no solution, it will indicate that no solution was found. If you encounter any failure cases, please report the failed equation in the issues.

How to build:

Open the solution file in Visual Studio 2022 and compile it there. Make sure you have installed the required templates in Visual Studio 2022.

Let Visual Studio 2022 restore NuGet packages (for testing functionality), or restore them manually.

This also has another version in C++ language

LICENSE:

This program is licensed under the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages