SOLUTION: find the inverse of the matrix. -9 5 6 -3

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: find the inverse of the matrix. -9 5 6 -3      Log On


   



Question 347502: find the inverse of the matrix.
-9 5
6 -3

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
Given a 2x2 square matrix
[a b]
[c d]
the inverse is found by
1%2F%28ad+-+bc%29 times
[d -b]
[-c a]
so your inverse is
(-1/3) times
[-3 -5]
[-6 -9]
OR
(1/3) times
[3 5]
[6 9]
OR
[1 5/3]
[2 3]