SOLUTION: Use the inverse of the coefficient matrix to solve the system of equations. x+4y+3z=-40 x-6y-4z=65 2x+5y+4z=-32 Identify the inverse of the coefficient matrix.

Algebra ->  Matrices-and-determiminant -> SOLUTION: Use the inverse of the coefficient matrix to solve the system of equations. x+4y+3z=-40 x-6y-4z=65 2x+5y+4z=-32 Identify the inverse of the coefficient matrix.       Log On


   



Question 1185632: Use the inverse of the coefficient matrix to solve the system of equations.
x+4y+3z=-40
x-6y-4z=65
2x+5y+4z=-32
Identify the inverse of the coefficient matrix.

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

 
Write your system with all three letters and their
coefficients showing (even when the coefficient is 0, 1
or -1):

system%281x%2B4y%2B3z=-40%2C%0D%0A1x-6y-4z=65%2C%0D%0A2x%2B5y%2B4z=-32%29 

When we write that system as a matrix equation we have:

%22%22=%22%22%28matrix%283%2C1%2C-40%2C65%2C-32%29%29

where A = %28matrix%283%2C3%2C%0D%0A%0D%0A1%2C4%2C3%2C%0D%0A1%2C-6%2C-4%2C%0D%0A2%2C5%2C4%29%29, X = %28matrix%283%2C1%2Cx%2Cy%2Cz%29%29, and B = %28matrix%283%2C1%2C-40%2C65%2C-32%29%29 

Now you have to calculate the inverse of matrix A, which is called
the "coefficient matrix" because it consists of all the coefficients
of the three letters:

A = %28matrix%283%2C3%2C%0D%0A%0D%0A1%2C4%2C3%2C%0D%0A1%2C-6%2C-4%2C%0D%0A2%2C5%2C4%29%29
 
Do you know how to find the inverse of a matrix?  If not post again
and we'll show you how.  I will just assume you can find that the inverse
is this matrix.  I'll color it red.  It is:

      <--That's the inverse of the coefficient matrix

Next we left multiply both sides of this matrix equation:

%22%22=%22%22%28matrix%283%2C1%2C-40%2C65%2C-32%29%29

by that red inverse matrix



and get this equation:

%22%22=%22%22

Now I will assume that you know how to multiply two matrices.  If
you don't know how, then post again asking how to.  When you
multiply the red matrices by the black matrices just to the right of
each red one, you get this:

%22%22=%22%22%28matrix%283%2C1%2C-31%2C-126%2C165%29%29

Notice that when you multiply the inverse of a matrix by the matrix
of which it is the inverse you get the identity matrix, which has
1's on the diagonal and 0's elsewhere.

Now if you multiply the two matrices on the left, you get:

%28matrix%283%2C1%2Cx%2Cy%2Cz%29%29%22%22=%22%22%28matrix%283%2C1%2C-31%2C-126%2C165%29%29

and so x=-31, y=-126, and z=165.

Edwin