NPTEL Online Course Week 5 Solution Implement a Matrix ADT Assignment
You have to implement a matrix ADT using concepts of C++ classes taught in the lectures. The input matrices would be square matrices. Theclass must support the following functions:
1. Matrix Addition
2. Matrix Subtraction
3. Matrix Multiplication



