Question: PROJECT 9 Consider two equations for the two unknowns xl and x2 : a11x1+a12x2=b1a21x1+a22x2=b2 where a11,a12,a21,a22,b1, and b2 are given. Write a C++ program called
PROJECT 9 Consider two equations for the two unknowns xl and x2 : a11x1+a12x2=b1a21x1+a22x2=b2 where a11,a12,a21,a22,b1, and b2 are given. Write a C++ program called twoByTwoSolve that implements the solution of these equations. You should decide what data go into and come out of this routine. Save this as twoByTwoSolve.cpp and submit it before the end of the class. You can test your program with the following data: (x1=4.3x1+5.5x2=0x1+12x2=20.1926,x2=0.1506)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
