SOLUTION: Find the inverse of each matrix, if it exists. 1.[ -2 -1] [10 7] 2.[-4 2] [-5 1] 3.[9 -3] [-6 2] 4. [3 4] [2 3] x=[6/5] 5. [2 -3] x+[-1 7] [9 12]

Algebra ->  Matrices-and-determiminant -> SOLUTION: Find the inverse of each matrix, if it exists. 1.[ -2 -1] [10 7] 2.[-4 2] [-5 1] 3.[9 -3] [-6 2] 4. [3 4] [2 3] x=[6/5] 5. [2 -3] x+[-1 7] [9 12]       Log On


   



Question 174120: Find the inverse of each matrix, if it exists.

1.[ -2 -1]
[10 7]

2.[-4 2]
[-5 1]
3.[9 -3]
[-6 2]

4. [3 4]
[2 3] x=[6/5]

5. [2 -3] x+[-1 7] [9 12]
[1 2] [-2 4]=[3 10]

6.. [1 -6 0]
[0 1 -7] x=[1]
[3 0 2] [4]
[11]

Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
 
%28matrix%282%2C2%2C-2%2C-1%2C10%2C7%29%29
:
take terms a%5B11%5Dand a%5B22%5D and switch their positions. This is simply switching the elements on the main diagonal

take terms a%5B12%5Dand a%5B21%5D and change those numbers to their opposites keeping there positions.
%28matrix%282%2C2%2C7%2C1%2C-10%2C-2%29%29
:now we find the determinant of this matrix
:
product of the main diagonal-product of the other diagonal
:
-14-%28-10%29=-4
:
we take that result and divide every element in the matrix and the result is our inverse matrix
:
%28matrix%282%2C2%2C-7%2F4%2C-1%2F4%2C5%2F2%2C1%2F2%29%29
the way you can check is to multiply the two together and see if your result is the identity matrix....if it is you can rest easy you have the correct answer.
:
:
:
:
2)and 3)
:
now I will let you do the steps to 2 and 3
:
answers to 2 is %28matrix%282%2C2%2C1%2F6%2C-1%2F3%2C5%2F6%2C-2%2F3%29%29
...........3 is no solution as the determinant = 0
:
4)%28matrix%282%2C2%2C3%2C4%2C2%2C3%29%29X or%28matrix%282%2C1%2Ca%2Cb%29%29=%28matrix%282%2C1%2C6%2C5%29%29%29
3a+4b=6
2a+3b=5
:
%28matrix%282%2C3%2C3%2C4%2C6%2C2%2C3%2C5%29%293R2-2R1(Row 2)---->%28matrix%282%2C3%2C3%2C4%2C6%2C0%2C1%2C3%29%29R1-4R2(row 1)---->%28matrix%282%2C3%2C3%2C0%2C-6%2C0%2C1%2C3%29%291/3R1--->%28matrix%282%2C3%2C1%2C0%2C-2%2C0%2C1%2C3%29%29 so we end with
a=-2
b=3
so X=%28matrix%282%2C1%2C-2%2C3%29%29
:
please re write equation 5 making it clear what their after
:
6)6.[1 -6 0] [1}
[0 1 -7] [X} =[4]
[3 0 2] [11]
In order to go from a 3x3 to a 3x1 X also has to be a 3x1
:
call X=%28matrix%283%2C1%2Ca%2Cb%2Cc%29%29
:
a-6b=1.....eq 1
b-7c=4.....eq 2
3a-2c=11...eq 3
:
lets solve by substution method
:
revise eq 1 to a=1+6b and plug that value into eq 3
:
3(1+6b)-2c=11
:
3+18b-2c=11
:
18b-2c=8....eq 3 revised
b-7c=4....eq 2
:
multiply eq 2 by -18 and add the results to revised eq 3
:
18b-2c=8.......eq 3 revised
-18b+126c=-72..eq 2 revised
:
as you can see the b terms are eliminated. We are left with -2c+126c=8-72
:
124c=-64
:
c=-64/124=-32/62=-16/31
:
b-7(-16/31)=4
:
b+112/31=4...multiply by 31
:
31b+112=124
:
31b=12
:
b=12/31
:
a=1+6(12/31)
a=31/31+72/31
:
a=103/31
:
X=%28matrix%283%2C1%2C103%2F31%2C12%2F31%2C-16%2F31%29%29