The system solution set is
Step - by - Step Explanation
What to find?
The system solution set of the system of equations.
Given:
x-y+z=-2
3x+y -3z = 16
4x-6y + 7z=-19
To solve using the Gauss - Jordan elimination, we need to first set an argumented matrix.
That is;

We can now proceed to solve using elementary row operations.
subtract row 1 multiply by 3 from row 2.
That is;
R₂ = R₂ - 3R₁

Subtract row 1 multiply by 4 from row 3.
That is;
R₃ = R₃ - 4R₁

Divide row 2 by 4.
That is
R₂ =R₂/4

Add row 2 to row 1.
That is;
R₁ =R₁ + R₂

Add row 2 multiply by 2 to row 3.
That is;
R₃ = R₃ + 2R₂
![undefined]()