document.write( "Question 1173881: Solve the system of equations by finding a row echelon form for the augmented matrix.\r
\n" );
document.write( "\n" );
document.write( "x-3y+3z=16
\n" );
document.write( "3x-5y-3z=12
\n" );
document.write( "-5x+10y+z=-33\r
\n" );
document.write( "\n" );
document.write( "I know the augmented matrix is\r
\n" );
document.write( "\n" );
document.write( " 1 -3 3 16
\n" );
document.write( " 3 -5 -3 12
\n" );
document.write( "-5 10 1 -33\r
\n" );
document.write( "\n" );
document.write( "Whenever I try to get to the echelon matrix I always end up calculating something wrong... Please help. \n" );
document.write( "
Algebra.Com's Answer #799227 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |