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)![]() ![]() 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( "\n" ); document.write( " |