Saladsamurai
- 3,009
- 7
Homework Statement
Given
A^{-1} =<br /> \left[\begin{array} {cc}<br /> 2&-1\\<br /> 3&5<br /> \end{array}\right]<br />
find A.
The only thing that we have learned regarding inverses so far is that for a 2x2 matrix, the inverse is given by
A^{-1} = \frac{1}{ad-bc}<br /> \left[\begin{array} {cc}<br /> d&-b\\<br /> -c&a<br /> \end{array}\right]<br />
So I set corresponding entries equal to each other and got the following 4 EQs:
a = \frac12-\frac{bc}{d}
c = \frac{ad}{b}-1
b = \frac13+\frac{ad}{b}
d = \frac15 +\frac{ad}{c}
So my question is, what is the best way to solve these? I have been trying substitution, but I guess I really don't know how to use that method with so many EQs?
I feel like I am just running in circles here! I took the 1st EQ and plugged the 2nd in for 'c' then I plugged the 3rd in for 'b' and the 4th for 'd.'
But that did not eliminate anything. I still have all 4 vars in the final EQ.
I need something more systematic. I am not sure which moves are legal here. How can eliminate something here?