Question
Question: How do I use the inverse of a matrix to solve a system of equations?...
How do I use the inverse of a matrix to solve a system of equations?
Solution
The inverse of the matrix A is A−1. Find A,B and C matrices in the matrix equation AB=C, where you can get these matrices from the system of equations in the following form: a1x+b1y=c1 and a2x+b2y=c2 From this system the coefficient matrix Ais: A=a1 a2 b1b2. The variable matrix B is B=x y and the constant matrix is C=c1 c2 . Which makes AB=C equal to a1 a2 b1b2 x y =c1 c2 and if the inverse of this equation exists then solve for B that is B=A−1C
And in matrix form x y =a1b2−b1a21b2 −a2 −b1a1 c1 c2 .
Complete step by step solution:
Let us suppose following are the system of equations:
a1x+b1y=c1 and
a2x+b2y=c2
Now we can convert this system of equations to the matrix equation that is
AB=C...(1)
Where the coefficient matrix Ais: