Skip to content

Commit 6ac2416

Browse files
committed
uploaded output
1 parent 8f67a4c commit 6ac2416

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Matrix/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
<h3>Overview</h3>
3+
4+
A simple <b>Matrix</b> class design that represents mathematical matrix. It provides functions for basic arithmetic operations and also some utilities like transpose, isSquareMatrix and checkDimensions.
5+
6+
I have overloaded the arithmetic operators and also the insertion operator for easy access of functions.
7+
8+
Here's a sample output of the usage of Matrix class:
9+
<img src= "output/output1.png">
10+
<img src = "/output/output2.png" alt ="ouput2.png">

Matrix/ouput/ouput1.png

50.4 KB
Loading

Matrix/ouput/output2.png

20.5 KB
Loading

0 commit comments

Comments
 (0)