Final answer:
To solve the linear system by Gaussian elimination, follow these steps: rewrite the system in matrix form, eliminate variables below the main diagonal, write the augmented matrix in row-echelon form, and solve for the variables using back substitution.
Step-by-step explanation:
To solve this linear system by Gaussian elimination, we can use the following steps:
- Rewrite the system of equations in matrix form:
- [2 2 2| 0
- -2 5 2| 1
- 8 1 4|-1]
- Perform row operations to eliminate the variables below the main diagonal:
- [2 2 2| 0
- 0 3 4| 1
- 0 -15 -4| -1]
- Perform additional row operations to write the augmented matrix in row-echelon form:
- [2 2 2| 0
- 0 1 4/3| 1/3
- 0 0 -86/3| -76/3]
- Solve for the variables using back substitution:
- x₁ = 6/43, x₂ = 11/43, x₃ = 76/86