document.write( "Question 116336This question is from textbook college algebra
\n" );
document.write( ": I need help with these two matrice problems- solving it by the Gaussian elimination method:
\n" );
document.write( "problem 1.)2x + y - 3z =1
\n" );
document.write( " 3x - y + 4z =6
\n" );
document.write( " x + 2y - z =9
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #84592 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! I need help with these two matrice problems- solving it by the Gaussian elimination method: \n" ); document.write( "problem 1.) \n" ); document.write( " \r\n" ); document.write( "2x + 1y - 3z = 1 \r\n" ); document.write( "3x - 1y + 4z = 6 \r\n" ); document.write( "1x + 2y - 1z = 9\r\n" ); document.write( "\r\n" ); document.write( "Abbreviate this with an augmented matrix:\r\n" ); document.write( "\r\n" ); document.write( "[2 1 -3 | 1] \r\n" ); document.write( "[3 -1 4 | 6] \r\n" ); document.write( "[1 2 -1 | 9]\r\n" ); document.write( "\r\n" ); document.write( "Get a zero where the 3 is by\r\n" ); document.write( "multiplying the top row by -3,\r\n" ); document.write( "and the middle row by 2:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 6 -2 8 | 12] \r\n" ); document.write( "[ 1 2 -1 | 9]\r\n" ); document.write( "\r\n" ); document.write( "Add the top row to the middle row:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 0 -5 17 | 9] \r\n" ); document.write( "[ 1 2 -1 | 9]\r\n" ); document.write( "\r\n" ); document.write( "Get a zero where the 1 is by\r\n" ); document.write( "multiplying the top row by 1,\r\n" ); document.write( "and the bottom row by 6:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 0 -5 17 | 9] \r\n" ); document.write( "[ 6 12 -6 | 54]\r\n" ); document.write( "\r\n" ); document.write( "Add the top row to the bottom row:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 0 -5 17 | 9] \r\n" ); document.write( "[ 0 9 3 | 51]\r\n" ); document.write( "\r\n" ); document.write( "Get a zero where the 9 is on\r\n" ); document.write( "the bottom row by multiplying \r\n" ); document.write( "the middle row by 9,\r\n" ); document.write( "and the bottom row by 5:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 0 -45 153 | 81] \r\n" ); document.write( "[ 0 45 15 | 255]\r\n" ); document.write( "\r\n" ); document.write( "Add the middle row to the bottom row:\r\n" ); document.write( "\r\n" ); document.write( "[-6 -3 9 | -3] \r\n" ); document.write( "[ 0 -45 153 | 81] \r\n" ); document.write( "[ 0 0 168 | 336]\r\n" ); document.write( "\r\n" ); document.write( "Rewrite as a new system of equations:\r\n" ); document.write( "\r\n" ); document.write( " -6x - 3y + 9z = -3 \r\n" ); document.write( " -45y + 153z = 81 \r\n" ); document.write( " 168z = 336\r\n" ); document.write( "\r\n" ); document.write( "Solve the bottom equation for z:\r\n" ); document.write( "\r\n" ); document.write( " 168z = 336\r\n" ); document.write( " z =\n" ); document.write( " |