Problem 1

Solve the following system by Gaussian elimination in matrix form, with
back substitution. Indicate for each step which row operation you use.

Solve[{x+y+2z == 9,2x+4y-3z == 1,3x+6y-5z == 0},{x,y,z}]