Perhaps someone can explain. I’m having trouble working out how this matrix comes about. I can work it out no problem with a simultaneous equation solving a first and then substituting.
I can see how the top row becomes 1 and 0.2, but I can’t figure out how the bottom row 0 and 1 comes around. I know this is probably a simple thing, but I’m struggling to comprehend how it came about.
The 1st column of the matrix represents the coefficient of a and the 2nd column of the matrix represents the coefficient of b. So, if you look at the 2nd equation in the intermediate system, there is no “a” term, which means the coefficient of a is 0, while the coefficient of b is 1. Hence the 2nd row of the matrix is 0 and 1
Thanks for the response. I understand the values correspond to the coefficient. The problem I was having was understanding how to reduce the 2nd row. However, I think I have figured it out now.
You have to solve it using the elimination method by reducing the coefficients of “a” (in row 1) and “b” (in row 2) to 1.
To reduce coefficient of “a”:
In row 1 of the original matrix, divide it by the left-most coefficient of row 1 (in this case, 5), resulting in 1 and 0.2.
In row 2 of the original matrix, divide it by the left-most coefficient of row 2 (in this case, 4), resulting in 1 and -0.75.
To eliminate “a” from row 2:
Subtract row 1 from row 2, so in this case 1 - 1 = 0 and -0.75 - 0.2 = -0.95.
To reduce coefficient of “b”:
Divide row 2 by the current coefficient of “b”, in this case 0 / -0.95 = 0 and -0.95 / -0.95 = 1.