Question: You have to write a C++ code by using class Matrix TASKS :- 1) Programe must ask for input of rows and columns of matrix
You have to write a C++ code by using class Matrix
TASKS :-
1) Programe must ask for input of rows and columns of matrix from the user. 2) Then declare a matrix of that dimensions and take input from the user about every element of that matrix. 3) Then print that matrix. 4) After that take adjoint of that matrix. 5) Then print the inverse of that matrix. 6) And at last print the adjoint of that matrix.
*** Please fulfill all the conditions carefully and apply all checks properly. Must debug your code after writing so it should be ERROR free. Once again use class for this work not struct.
THANKS A LOT IN ADVANCE.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
