Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 637 Bytes

Fall2023-MBT3 : MRL Beginners Task 3

Subject : 2x2 and 3x3 Matrix Operations

Task Description: Perform basic operations on 2x2 and 3x3 matrices, such as addition, subtraction, multiplication, and finding the inverse and determinant. Understand how matrices are represented and used in linear algebra and computer programming.

Task Submission :

  • Clean Code
  • Use Static Arrays C++ Libraries
  • Object Oriented Programming (OOP)
  • Implement Zeros, Ones and Eye Matrices
  • Fork This Repository and Commit Your Codes on It
  • Implement Basic Operations Like addition(+), subtraction(-), multipication(*) and Inverse(M-1)