From 57ae2be3f2c9a6b83eae07b97937c696957b9863 Mon Sep 17 00:00:00 2001 From: Youssef Ashraf <83988379+Youssef-Ashraf71@users.noreply.github.com> Date: Tue, 31 May 2022 03:11:26 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3284d..a805b5e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,11 @@ Program to solve a square n*n non singular matrix using gauss-jordan elimination method -[TestCases] +## Conditions : + * N > 2 + * A non singular square ( Invertiable ) Matrix + + +## Testcases : +![TestCases](https://user-images.githubusercontent.com/83988379/171073751-5fb2767c-0398-4784-a379-8db50a2a1cdd.png) +