Question
For each of the operations (Addition, Subtraction, Multiplication, Determinant, Transpose and Inverse), make a function in addition to two other functions for Inputting and Displaying
For each of the operations (Addition, Subtraction, Multiplication, Determinant, Transpose and Inverse), make a function in addition to two other functions for Inputting and Displaying the Matrices in Row-Order Format. (In total there will be 8 functions: 6 for the operations and 2 functions for inputting and displaying the data.)
For Determinant and Inverse operations, we are giving you the relaxation to choose fixed matrix size of 3X3. (3 rows and 3 column). You do not need to calculate the determinate and inverse operations for any matrix that is not 3x3 (the function can just check to see if the matrix not 3x3. If it is, just print out that the operation is not supported).
I ONLY need the inverse function and how to call it in main. It has to work for a 3x3 matrix. Please show it works
Here is the display,input, det function and the main im using
#include iostream #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started