Skip to content

Commit

Permalink
Markdowns added for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerianCoelho authored May 1, 2023
1 parent 55dea41 commit ef21603
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<details>
<summary>Single Matrix</summary>

**Input:**
```
Enter the number of matrices : 1
Expand Down Expand Up @@ -64,7 +66,6 @@ Enter the Element in the Matrix :
8
81
```

**Output:**
```
Solution :-
Expand Down Expand Up @@ -185,8 +186,10 @@ A = │ 0 0 1 0 0 0 │
│ 0 0 0 0 0 1 │
└ ┘
```
---
### Double Matrix (Augmented Matrix)
</details>
<details>
<summary>Double Matrix (Augmented Matrix)</summary>

**Input:**
```
Enter the number of matrices : 2
Expand Down Expand Up @@ -298,6 +301,8 @@ Matrix in Echelon Form :-
└ ┘
```

</details>

## 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.
Expand Down

0 comments on commit ef21603

Please sign in to comment.