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.