Question: Write a C++ program that produces a matrix calculator. This calculator will ask the user to input 2 matrices or a scalar and one matrix

Write a C++ program that produces a matrix calculator. This calculator will ask the user to input 2 matrices or a scalar and one matrix. It will ask first for the number of rows, then the number of columns. It will ask for an operation *, +, -. It will check to see if the result can be calculated, and will then calculate and display the matrix from the operation selected.

(put classes separated out into separate files, with .h files)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!