document.write( "Question 1105260: Solve the system of equations using matrices. Use Gaussian elimination with back-substitution. x + y + z = -5
\n" );
document.write( "x - y + 3z = -1
\n" );
document.write( "4x + y + z = -2 \n" );
document.write( "
Algebra.Com's Answer #720056 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! back substitution would be to take the solution in row three and apply it to row two\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "then take the solution in row two and apply it to row one \n" ); document.write( " |