Use gauss Jordan method to solve the systems of simultaneous below #4x-y+3z=11#, #2x+z=5#, #2z-3x+y=5#?
1 Answer
The Gauss-Jordan Method uses an Augmented matrix and Elementary Row Operations until an identity matrix is obtained on the left, then the solution is the column vector on the right.
Explanation:
We start the process by writing each equation as a row in an Augmented Matrix
Write,
Add a row for the
Before we add the final row for,
, we must write it as,
, then add it to the matrix:
Now that we have the augmented matrix, we perform Elementary Row Operations.
We want a 1 in position
We want a 0 in position
We want a 0 in position
We want a 1 in position
We want a 1 in position
We want a 0 in position
We want a 0 in position
We have an Identity Matrix on the left, therefore, the values of x, y, and z can be read from the column vector on the right:
I used WolframAlpha to check my work.