document.write( "Question 330377: Solve the following system of equations using the inverse matrix method.\r
\n" ); document.write( "\n" ); document.write( "\"system%28x%2B3y=6%2C%0D%0Ax-2z=-1%2C%0D%0A3y%2Bz=5%29\" \r
\n" ); document.write( "\n" ); document.write( "Find x,y,z
\n" ); document.write( "

Algebra.Com's Answer #236826 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\"system%28x%2B3y=6%2C%0D%0Ax-2z=-1%2C%0D%0A3y%2Bz=5%29\"
\n" ); document.write( "
 \r\n" );
document.write( "Write your system with all three letters and their\r\n" );
document.write( "coefficients showing even when the coefficient is 0, 1\r\n" );
document.write( "or -1:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"system%281x%2B3y%2B0z=6%2C%0D%0A1x%2B0y-2z=-1%2C%0D%0A0x%2B3y%2B1z=5%29\" \r\n" );
document.write( "\r\n" );
document.write( "When we write that system as a matrix equation we have:\r\n" );
document.write( "\r\n" );
document.write( "\"%22%22=%22%22\"\"%28matrix%283%2C1%2C6%2C-1%2C5%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now you have to calculate the inverse of this matrix, which is called\r\n" );
document.write( "the \"coefficient matrix\" because it consists of all the coefficients\r\n" );
document.write( "of the three letters:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%283%2C3%2C%0D%0A%0D%0A1%2C3%2C0%2C%0D%0A1%2C0%2C-2%2C%0D%0A0%2C3%2C1%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Do you know how to find the inverse of a matrix?  If not post again\r\n" );
document.write( "as we'll show you how.  I will just assume you can find that the inverse\r\n" );
document.write( "is this matrix.  I'll color it red.  It is:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Next we left multiply both sides of this matrix equation:\r\n" );
document.write( "\r\n" );
document.write( "\"%22%22=%22%22\"\"%28matrix%283%2C1%2C6%2C-1%2C5%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "by that red inverse matrix\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "and get this equation:\r\n" );
document.write( "\r\n" );
document.write( "\"%22%22=%22%22\"\r\n" );
document.write( "\r\n" );
document.write( "Now I will assume that you know how to multiply two matrices.  If\r\n" );
document.write( "you don't know how, then post again asking how to.  When you\r\n" );
document.write( "multiply the red matrices by the black matrices just to the right of\r\n" );
document.write( "each red one, you get this:\r\n" );
document.write( "\r\n" );
document.write( "\"%22%22=%22%22\"\"%28matrix%283%2C1%2C3%2C1%2C2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Notice that when you multiply the inverse of a matrix by the matrix\r\n" );
document.write( "of which it is the inverse you get the identity matrix, which has\r\n" );
document.write( "1's on the diagonal and 0's elsewhere.\r\n" );
document.write( "\r\n" );
document.write( "Now if you multiply the two matrices on the left you get:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%283%2C1%2Cx%2Cy%2Cz%29%29\"\"%22%22=%22%22\"\"%28matrix%283%2C1%2C3%2C1%2C2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "and so x=3, y=1, and z=2.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );