SOLUTION: Find the inverse(if it exists) 1 0 1 1 1 -3 0 1 -3 i don't know how to solve a 3x3 if you can please explain

Algebra ->  Matrices-and-determiminant -> SOLUTION: Find the inverse(if it exists) 1 0 1 1 1 -3 0 1 -3 i don't know how to solve a 3x3 if you can please explain      Log On


   



Question 126342: Find the inverse(if it exists)
1 0 1
1 1 -3
0 1 -3
i don't know how to solve a 3x3 if you can please explain

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
For an n X n matrix, create an n X 2n matrix by adding n columns consisting of the n X n identity matrix.

Your problem:
A=%28matrix%283%2C3%2C%0D%0A1%2C0%2C1%2C%0D%0A1%2C1%2C-3%2C%0D%0A0%2C1%2C-3%29%29

The 3 X 3 Identity matrix:
%28matrix%283%2C3%2C%0D%0A1%2C0%2C0%2C%0D%0A0%2C1%2C0%2C%0D%0A0%2C0%2C1%29%29

Putting them together in a 3 X 6 matrix:


Now, perform row reduction operations until the matrix is completely reduced, if possible.
R2+=+R2+-+R1



R3+=+R3+-+R2


R1+=+R1+-+R3


R2+=+R2+%2B+4R3


Hence: