SOLUTION: Find the inverse of the followin matrix, if the inverse exists. A = [2 1 0] [0 2 1] [1 0 -1]

Algebra ->  Inverses -> SOLUTION: Find the inverse of the followin matrix, if the inverse exists. A = [2 1 0] [0 2 1] [1 0 -1]      Log On


   



Question 317501: Find the inverse of the followin matrix, if the inverse exists.
A = [2 1 0]
[0 2 1]
[1 0 -1]

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


Augment the matrix with the identity matrix:

Use row operations to get the identity on the left:
R1-2R3->R3

-1R3+R1->R1

-R2+2R3->R3

2*R3+3*R1->R1

R3-3R2->R2

1%2F6R1->R1
-1%2F6R2->R2
1%2F3R3->R3

We end up with the identity matrix augmented with the inverse.
That is, A%5E%28-1%29 is the 3x3 matrix on the right:

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
[A]=%28matrix%283%2C3%2C2%2C1%2C0%2C0%2C2%2C1%2C1%2C0%2C-1%29%29
.
.
.
det[A]=-3
.
.
.
[A]inv=-%281%2F3%29%2A%28matrix%283%2C3%2C-2%2C1%2C1%2C1%2C-2%2C-2%2C-2%2C1%2C4%29%29