SOLUTION: What is the inverse of this matrix? [6 2] 8 3

Algebra ->  Matrices-and-determiminant -> SOLUTION: What is the inverse of this matrix? [6 2] 8 3      Log On


   



Question 519652: What is the inverse of this matrix? [6 2]
8 3

Answer by Edwin McCravy(20081) About Me  (Show Source):
You can put this solution on YOUR website!
The rule for finding the inverse of a 2x2 matrix:

1. Swap the upper left and lower right elements.
2. Change the signs of the upper right and lower left elements.
3. Divide each element by the determinate of the matrix.  

[Note: It doesn't matter whether you use the determinant of the original
 matrix or the altered one after step 2, since they have the same determinant]

%28matrix%282%2C2%2C6%2C2%2C8%2C3%29%29

1. Swap the upper left and lower right elements.

%28matrix%282%2C2%2C3%2C2%2C8%2C6%29%29

2. Change the signs of the upper right and lower left elements.

%28matrix%282%2C2%2C3%2C-2%2C-8%2C6%29%29

3. Divide each element by the determinate of the matrix.

The determinant of the original matrix is 6×3-2×8 = 18-16 = 2
[Note: that's the same as 3×6-(-2)(-8)=18-16 = 2]

You get

%28matrix%282%2C2%2C3%2F2%2C%28-2%29%2F2%2C%28-8%29%2F2%2C6%2F2%29%29

which simplifies to:

%28matrix%282%2C2%2C3%2F2%2C-1%2C-4%2C3%29%29

Edwin