document.write( "Question 168727: solve the systme by using an augmented matrix\r
\n" );
document.write( "\n" );
document.write( " 4x+y-z=7
\n" );
document.write( " -2x+2y+5z=3
\n" );
document.write( " 7x-3y-9z=-4 \n" );
document.write( "
Algebra.Com's Answer #124397 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 4x+y-z=7 \n" ); document.write( "-2x+2y+5z=3 \n" ); document.write( "7x-3y-9z=-4 \n" ); document.write( "------------- \n" ); document.write( "x = -1 \n" ); document.write( "y = 8 \n" ); document.write( "z = -3 \n" ); document.write( "I have an Excel sheet that does these. If you have Excel and want a copy, email me.\r \n" ); document.write( "\n" ); document.write( "Doing them by hand is tedious and error prone. It's important to know how to do them, but once you know, it's better to avoid it. \n" ); document.write( " \n" ); document.write( " |