From ef21603b00b6ccd23e7ab54f0d06070449c0ff1e Mon Sep 17 00:00:00 2001
From: Valerian Coelho <110175113+ValerianCoelho@users.noreply.github.com>
Date: Mon, 1 May 2023 18:20:18 +0530
Subject: [PATCH] Markdowns added for the examples
---
README.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f668e2c..b923d69 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ If a zero is encountered on the diagonal of the matrix, the program will ask if
The program uses a custom MatrixDisplayer module that prints matrices in a more visually appealing way.
## Examples
-### Single Matrix
+
+ Single Matrix
+
**Input:**
```
Enter the number of matrices : 1
@@ -64,7 +66,6 @@ Enter the Element in the Matrix :
8
81
```
-
**Output:**
```
Solution :-
@@ -185,8 +186,10 @@ A = │ 0 0 1 0 0 0 │
│ 0 0 0 0 0 1 │
└ ┘
```
----
-### Double Matrix (Augmented Matrix)
+
+
+ Double Matrix (Augmented Matrix)
+
**Input:**
```
Enter the number of matrices : 2
@@ -298,6 +301,8 @@ Matrix in Echelon Form :-
└ ┘
```
+
+
## Credits
The MatrixDisplayer module was written by Valerian Coelho.
This program was developed by Valerian Coelho. It uses the MatrixDisplayer Library, which were developed by the same author.