Solving a system of linear equations

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.
Consider the following system of linear equations:
2x14x26x319x4=153x1+10x230x3+9x4=24x1+3x26x3+4x4=87x1+17x2+45x4=55\begin{array}{rcr} -2x_1-4x_2-6x_3-19x_4&=&-15\\ 3x_1+10x_2-30x_3+9x_4&=&24\\ x_1+3x_2-6x_3+4x_4&=&8\\ 7x_1+17x_2+45x_4&=&55 \end{array}
where we wish to solve for the quadruple (x1, x2, x3, x4) of real numbers that satisfy this system.

(a) Write the augmented matrix of this linear system.

(b) Transform the augmented matrix into row echelon form using elementary row operations. Clearly indicate which operation you are performing at each step.

(c) Use your result from part (b) to find the solution set to the original system using back substitution.
More Reducing a Matrix (Gauss-Jordan Elimination) Questions: