Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuBansal112 authored Dec 24, 2024
1 parent ebe4861 commit a8cd31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![License](https://img.shields.io/github/license/HimanshuBansal112/Linear_Equation_System_Solver.svg?)](https://opensource.org/licenses/Apache-2.0)
<h1>About:</h1>
<p>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.</p>
<h1>How to build:</h1>
Expand Down

0 comments on commit a8cd31a

Please sign in to comment.