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
Get step-by-step solutions from verified subject matter experts
