Question: Exercise 1 of 2: Create a program that performs Matrix Calculations The user should first be asked for the input size of the matrices. Then

Exercise 1 of 2: Create a program that performs Matrix Calculations The user should first be asked for the input size of the matrices. Then the user should be asked for the individual values of the matrix. Finally the user should be presented with the options: Add, Subtract, and/or Multiply, whichever is applicable to the matrix dimensions that were chosen. The output should be given in the console. Extra credit for Division (implemented as multiplication with inverse matrix A )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
