Hi, you haven't provided the system of linear equations that you need to solve. Therefore, I'll just explain how to use Gauss-Jordan in a system of equations and you can apply the same method to the system of equations you have.
Answer with explanation and step by step solution:
1. For the system of equations:
2. We can represent it as a matrix by placing every number of the equation as follow:
3. As you can see all the coefficients in the equation are divisible by two, so we can express the system of equations as follow:
4. Gauss-Jordan method solves the system of equations by applying simple operations to the Matrix: Multiplication by non-zero numbers, adding a multiple of one row to another and swapping rows.
Step by step solution:
Divide both sides of equation one by two:
Subtract two times the equation two to the equation three:
Divide equation number three by minus three and subtract two times the equation one to equation two:
Subtract the equation two to the equation three:
Because now we have two equations for three unknown values X1, X2 and X3 the system has an infinite number of solutions.
Equivalente system (From matrix to equation notation):
Conclusion:
For whatever system you have you need to convert the system into a matrix notation and using the basic operations, described here, reduce the complexity of the system until:
You have a solution, you discover that the system has an infinite number of solutions or the system of equation is inconsistent.
Example of inconsistency
If after making the basic operations to your system you get a result like this
You can say that the system is inconsistent because zero is not equal to minus one.
Example of solution
If after making the basic operations to your system you get a result like this
You can say that the system have a solution in which X1 = 9, X2 = -6 and X3 = -1