We want to solve the following system

using the elimination method.
Gaussian elimination is the name of the method we use to perform the three types of matrix row operations on an augmented matrix coming from a linear system of equations in order to find the solutions for such system.
The Gaussian elimination rules are the same as the rules for the three elementary row operations, in other words, you can algebraically operate on the rows of a matrix in the next three ways (or combination of):
1 - Interchanging two rows
2 - Multiplying a row by a constant (any constant which is not zero)
3 - Adding a row to another row
We start our process by converting the system into an augmented matrix.

Now, starting the elimination process, we can add (-4) times the second row to the first row and add (-3) times the second row to the third row.

Then, interchanging the first and the second row

Adding the second row to the first row, we have

Multiplying the second row by (-1), we have

Adding the second row to the third row

And finally, adding 2 times the third row to the first, we have

Converting this matrix back to a system, we have

Therefore, our solution is
