document.write( "Question 102522: Solve by using the Gauss-Jordan elimination method:
\n" ); document.write( "x+y-z=2
\n" ); document.write( "2x+3y-z=7
\n" ); document.write( "3x-2y+z=9\r
\n" ); document.write( "\n" ); document.write( "I know that you have to convert them to
\n" ); document.write( "1 0 0 | 2
\n" ); document.write( "0 1 0 | 7
\n" ); document.write( "0 0 1 | 9\r
\n" ); document.write( "\n" ); document.write( "I am just not clear on how to do this row by row.
\n" ); document.write( "Any help would be greatly appreciated.
\n" ); document.write( "

Algebra.Com's Answer #74565 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Start with the given matrix:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C-1%2C2%2C2%2C3%2C-1%2C7%2C3%2C-2%2C1%2C9%29%29\"
\n" ); document.write( " Add -2*Row 1 to Row 2 to get the new Row 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C-1%2C2%2C0%2C1%2C1%2C3%2C3%2C-2%2C1%2C9%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Add -3*Row 1 to Row 3 to get the new Row 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C-1%2C2%2C0%2C1%2C1%2C3%2C0%2C-5%2C4%2C3%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Add 5*Row 2 to Row 3 to get the new Row 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C-1%2C2%2C0%2C1%2C1%2C3%2C0%2C0%2C9%2C18%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply Row 3 by \"1%2F9\" to make the pivot 1:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C-1%2C2%2C0%2C1%2C1%2C3%2C0%2C0%2C1%2C2%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Add -1*Row 3 to Row 2 to get the new Row 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C1%2C0%2C4%2C0%2C1%2C0%2C1%2C0%2C0%2C1%2C2%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add -1*Row 2 to Row 1 to get the new Row \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%283%2C4%2C1%2C0%2C0%2C3%2C0%2C1%2C0%2C1%2C0%2C0%2C1%2C2%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The matrix is now in reduced row echelon form\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you need more help with row reduction or Gaussian elimination, check out The Linear Algebra Toolkit, and it will take you step-by-step through any Gaussian elimination problem.
\n" ); document.write( "
\n" );