Given the set of linear equations:
Let's look at the solution graphically first.
Figure 1:
Figure 2:
Figure 3:
Figure 1 is the plane of , Figure 2 is the plane of , and Figure 3 is the plane of .
The final result will be the intersection of the three planes:
One way of solving the equations:
So, = -2, = 9 and = 3.
Solving the equations in a matrix:
Two main steps are involved in this solution. The Gaussian elimination is performed first, followed by the Back-substitution:
Reading from the matrix:
So, = -2, = 9 and = 3. As expected, the two different methods give the same answer.