How do you solve using gaussian elimination or gauss-jordan elimination, #y + 3z = 6#, #x + 2y + 4z = 9#, #2x + y + 6z = 11#?
1 Answer
Using Gaussian elimination
Explanation:
Converting the given equations to augmented matrix (to avoid having to re-write the variable names)
Exchanging rows [1] and [2]
Note that at this point rows [4] and [5] are in Gaussian form
and all that remains is to zero out the first two columns of row [3]
Subtracting
Adding
Dividing row [7] by
This gives us
Substituting back into row [5]
Substituting back into row [4]