Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 274 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 274 Bytes

MatrixPlayground

This is piece of code that can perform some basic operations on Matrices. It can perform addition, subtraction multiplication with scalar, multiplication with matrix, dot product of two Matrices, Inverse, Determinant and Transpose of Matrix of any order.