document.write( "Question 175531: How do I solve the system of equations using the Gauss-Jordan elimination?\r
\n" );
document.write( "\n" );
document.write( " 3x+5y=7
\n" );
document.write( " 6x-y=-8 \n" );
document.write( "
Algebra.Com's Answer #130631 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "start with augmented matrix\r\n" ); document.write( ":\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "remember that R1 is Row 1 \n" ); document.write( ".................R2 is Row 2 \n" ); document.write( ": \n" ); document.write( "and when you see something like R1/3 that is all the elements in Row 1 being divided by 3. Maybe you'll see 6R1+R2..thats elements in Row 1 multiplied by 6 and added to elements in Row 2. \n" ); document.write( " |