From a8cd31aff190d541891c60e0627529bc7cf3cca1 Mon Sep 17 00:00:00 2001 From: HimanshuBansal112 <60143367+HimanshuBansal112@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:31:50 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a74a67..cd663b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![License](https://img.shields.io/github/license/HimanshuBansal112/Linear_Equation_System_Solver.svg?)](https://opensource.org/licenses/Apache-2.0)
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.