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)\"\" \"About 
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( " \"matrix%283%2C4%2C1%2C0%2C2%2C-3%2C0%2C1%2C-1%2C-2%2C0%2C0%2C1%2C-2%29\"

\n" ); document.write( "then take the solution in row two and apply it to row one
\n" ); document.write( "
\n" );