Question: Make a program in Visual studio C++ that takes in matrices A,B and X. And find the solution for the c = inv(A)* B using
roject BASIC REQUIREMENTS 1 you have to take in The size of Matrix A may vary from 2x2 to 5x5 and so does size of B and X 2. A and B can be float/double numbers 3 Xis a vector with all inputs as characters 4. Use Cramers nule to find the solution make a separate tunction for finding determinant of the matrix check if det(A) 0 to determine the solution is possible or not display your results for the characters in vector X a di c as da C as bs cs as bs c BONUS 1 instead of inputting the elements of A B and X the inputs are taken as the eqations in the form of STRINGS the elements of A B and X are extracted from the inpur strings in this case the characters input for each element of A and B are in the from of sTTTT.Vvv where, s is -for negative number and for positive number T are digts before decimal V are digts afher decimal the equation entered MUST be like +1023557a-22.005A +2.0M = 0.004
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
