SOLUTION: Find the inverse of the matrix: {{{(matrix(2,2,-9, 5, 6, 3))}}}

Algebra ->  Trigonometry-basics -> SOLUTION: Find the inverse of the matrix: {{{(matrix(2,2,-9, 5, 6, 3))}}}      Log On


   



Question 258490: Find the inverse of the matrix:
%28matrix%282%2C2%2C-9%2C+5%2C%0D%0A6%2C+3%29%29

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

To find the inverse of a 2x2 matrix is easy:

1. Swap the elements in the main diagonal and change the signs 
   in the other.

2. Divide each element by the determinant of the matrix.

For your matrix,



1. Swap the red elements and change the signs of the green ones:



2. Now calculate the determinant of that matrix:



and divide every element by -57



and reduce the fractions to lowest terms and simplify:

%28matrix%282%2C2%2C%0D%0A-1%2F19%2C+5%2F57%2C%0D%0A+2%2F19%2C+3%2F19%29%29

There are other ways to find the inverse of a 2x2 matrix,
but that's by far the easiest way. Unfortunately, larger 
matrices are not as easy to find the inverse of. 

Edwin