2x + 3y - z = 1
\n" );
document.write( " x - y - z = 2
\n" );
document.write( "3x + 2y - 3z = 3
\n" );
document.write( "`
\n" );
document.write( "Get it in echelon form
\n" );
document.write( "`
\n" );
document.write( "Ax + By + Cz = D
\n" );
document.write( " Ey + Fz = G
\n" );
document.write( " Hz = I
\n" );
document.write( "`
\n" );
document.write( "2x + 3y - z = 1
\n" );
document.write( " x - y - z = 2
\n" );
document.write( "3x + 2y - 3z = 3
\n" );
document.write( "`
\n" );
document.write( "Get rid of the x in the 2nd equation by multiplying it by -2,
\n" );
document.write( "getting -2x + 2y + 2z = -4, and adding 1 times the first equation to it,
\n" );
document.write( "getting 5y + z = -3. Replace the second equation with this one
\n" );
document.write( "`
\n" );
document.write( "2x + 3y - z = 1
\n" );
document.write( " 5y + z - -3
\n" );
document.write( "3x + 2y - 3z = 3
\n" );
document.write( "`
\n" );
document.write( "Get rid of the 3x in the 3rd equation by multiplying it by 2,
\n" );
document.write( "getting 6x + 4y - 6z = 6, and adding -3 times the first equation to it,
\n" );
document.write( "namely -6x - 9y + 3z = -3, getting -5y - 3z = 3. Replace the third equation
\n" );
document.write( "with this one
\n" );
document.write( "`
\n" );
document.write( "2x + 3y - z = 1
\n" );
document.write( " 5y + z = -3
\n" );
document.write( " -5y - 3z = 3
\n" );
document.write( "`
\n" );
document.write( "Get rid of the -5y in the 3rd equation by multiplying it by 1,
\n" );
document.write( "and adding 1 times the second equation to it, getting -2z = 0
\n" );
document.write( "Replace the third equation with this one
\n" );
document.write( "`
\n" );
document.write( "2x + 3y - z = 1
\n" );
document.write( " 5y + z = -3
\n" );
document.write( " -2z = 0
\n" );
document.write( "`
\n" );
document.write( "Finish by:
\n" );
document.write( "(1) solving the third equation for z
\n" );
document.write( "(2) Substitute the value you got for z into the second equation, and
\n" );
document.write( "solve for y
\n" );
document.write( "(3) Substitute the values of z and y into the first equation and solve
\n" );
document.write( "for x. Answer (x, y, z) = (7/5, -3/5, 0)\r
\n" );
document.write( "\n" );
document.write( "Edwin
\n" );
document.write( "
\n" );
document.write( "