Matrix-based code libraries are common in many areas of engineering. For this assignment, you must write a C++ program that implements a few common operations that involve 2-dimensional matrices
Matrix-based code libraries are common in many areas of engineering. For this assignment, you must write a C++ program that implements a few common operations that involve 2-dimensional matrices – primarily addition, multiplication, and printing to the standard output. This functionality will be implemented through the development of an abstract data type (ADT) for matrices.
