document.write( "Question 58565: perform the matrix row operations and write the new matrix
\n" );
document.write( "|2 -4 1 | 4 |
\n" );
document.write( "|-5 0 1 | -3 | -3R1+R2
\n" );
document.write( "|-1 5 -2 | -1 | \n" );
document.write( "
Algebra.Com's Answer #40130 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! perform the matrix row operations and write the new matrix \n" ); document.write( "|2 -4 1 | 4 | \n" ); document.write( "|-5 0 1 | -3 | -3R1+R2 \n" ); document.write( "|-1 5 -2 | -1 | \n" ); document.write( "this means replace the present row no.2 with the existing row no.2 minus \n" ); document.write( "3 times the existing row no.1.rows 1 and 3 remain as they are now. \n" ); document.write( "so we get \n" ); document.write( "-5-3*2=-11 instead of -5 \n" ); document.write( "0-3*(-4)=12 instead of 0 \n" ); document.write( "1-3*1=-2 instead of 1 \n" ); document.write( "-3-3*4=-15 instead of -3....to get \n" ); document.write( "|2,-4,1, |4 | \n" ); document.write( "|-11,12,-2, |-15 | \n" ); document.write( "|-1,5,-2, |-1 | \n" ); document.write( " |