document.write( "Question 732096: Solve the following system of equations by using the inverse of the coefficient matrix:
\n" ); document.write( "x-2y+3z=13
\n" ); document.write( "y-z+w=-11
\n" ); document.write( "-3x+3y-2z+5w=-6
\n" ); document.write( "2y-3z+w=-13
\n" ); document.write( "

Algebra.Com's Answer #447527 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "  x - 2y + 3z      =  13\r\n" );
document.write( "       y -  z +  w = -11\r\n" );
document.write( "-3x + 3y - 2z + 5w =  -6\r\n" );
document.write( "      2y - 3z +  w = -13\r\n" );
document.write( "\r\n" );
document.write( " 1x - 2y + 3z + 0w =  13\r\n" );
document.write( " 0x + 1y - 1z + 1w = -11\r\n" );
document.write( "-3x + 3y - 2z + 5w =  -6\r\n" );
document.write( " 0x + 2y - 3z + 1w = -13\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The cefficient matrix is thi 4x4 matrix:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Find its inverse using a TI-83 or better calculator.\r\n" );
document.write( "That's this 4x4 matrix\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply that by the 4x1 column vector or matrix\r\n" );
document.write( "from the numbers on the right of the system:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%284%2C1%2C%0D%0A13%2C-11%2C-6%2C-13%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"%22%22=%22%22\"\"%28matrix%284%2C1%2C%0D%0A-9%2C-38%2C-18%2C9%29%29\"\"%22%22=%22%22\"\r\n" );
document.write( "\r\n" );
document.write( "(x,y,z,w) = (-9,-38,-18,9)\r\n" );
document.write( " \r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );