The idea of the Gaussian elimination method is the following one. Given a system of equations, we use the rules of the previous level to create an equivalent echelon system so that we can proceed and solve it easily. The Gaussian method itself is the procedure of converting the system into an equivalent echelon system.
Example
Let's have the system:
The first step is writing the system in matricial form. See that in the matrix we take the coefficients and the constant terms.
Using the already well-known rules, we must obtain an echelon system, which will look as follows:
Example
Now let's study the system
That we re-write as
We do the following steps
and obtain
In this case we need to give any value to
Example
Finally let's see an example of an indeterminate system
To see an incompatibility:
This system is incompatible.
Homogeneous systems
If a system with
It only admits the trivial solution
The necessary and sufficient condition so that a homogeneous system has solutions other than the trivial one is that the rank of the matrix of the coefficients is lower than the number of unknowns, or to say it in another way, that the determinant of the matrix of the coefficients is zero. Therefore, to solve an homogeneous system we will have to make it so that the determinant is not zero to ensure that its solution is not the trivial one.