You
cannot "solve" two equations in
three unknowns in the usual sense, you know that, don't you. What you
can do is solve for two of the unknowns in terms of the other one. The augmented matrix for this problem is
[410311514]. We want to get this into the form
[1001acbd] which would be equivalent to the equations "x+ az= b" and "y+ cz= d" which we could then write as x= b- az and y= d- cz, solving for x and y in terms of z. To start with, we want a "1" in the upper left corner. If we swap the two rows (that is one of the three kinds of "row operations") we get
[143011145]. I did that just to get a "1" in the upper left corner- swapping rows is simpler than multiplying every number in the first row by 1/4 which is another "row operation". Now, we want a "0" in the lower left corner. We get that by using the third "row operation"- subtract four times the first row from the sconde row:
[14−430−1211−4145−56]=[102−121−314−51]. Now we want a "1" in the second place of the second row so we divide each number in the second row by -12:
[102114114217]. The last thing we need is a "0" just above the "1" in the second row. We get that by subtracting 2 times the second row from the first row.
[10011−212114−217217]=⎣⎢⎡10012121211217⎦⎥⎤ which is equivalent to the two equations
x+21z=211 and
y+21z=217 so that
x=211−21z and
y=217−21z. z can be any number at all and then those equations give the corresponding values for x and y. For example, if z= 1 then
x=211−21=5 and
y=217−21=8. Or, if z= 3,
x=211−23=4 and
y=217−23=7.