SOLUTION: Solve a system using the inverse of a 3x3 matrix. 6x-5y-z=31, -x+2y+z=-6, 3x+3y+2z=13

Algebra ->  Matrices-and-determiminant -> SOLUTION: Solve a system using the inverse of a 3x3 matrix. 6x-5y-z=31, -x+2y+z=-6, 3x+3y+2z=13      Log On


   



Question 1056254: Solve a system using the inverse of a 3x3 matrix.
6x-5y-z=31,
-x+2y+z=-6,
3x+3y+2z=13

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

6x-5y-z=31, 
-x+2y+z=-6, 
3x+3y+2z=13

We convert the system of equations:

system%286x-5y-z=31%2C%0D%0A-x%2B2y%2Bz=-6%2C%0D%0A3x%2B3y%2B2z=13%29

to the matrix equation:




I will assume that you know how to find the inverse of the 
coefficient matrix.  If you don't, ask me to help you in the 
thank-you note form below, and I'll get back to you
by email. [No charge ever! I do this for fun!] 

It is:

 

Now we left multiply both sides of the matrix equation by
the inverse of the coefficient matrix:



I will also assume that you know how to multiply
matrices.  If you don't, ask me to help you in the 
thank-you note form below.

Multiplying the matrices on the right and
multiplying the first two on the left, we get:



That's the identity matrix on the left, which is what you
always get when you multiply a matrix by its inverse.
Multiplying the identity matrix by the column matrix of 
variables on the left we get

%28matrix%283%2C1%2Cx%2Cy%2Cz%29%29=%28matrix%283%2C1%2C5%2C0%2C-1%29%29

So x = 5, y= 0, z = -1.

Even though I did the entire problem, working with the
entire matrix equation, you can see that you can use a 
shortcut of just doing the right side only, which is to 
multiply the inverse of the coefficient matrix by the
column matrix of constants.  That's because in every 
case the left side will be the same as above.  

Edwin