Bradford T. answered 01/08/21
Retired Engineer / Upper level math instructor
Not sure about your first row operation notation. I guess (Eq1) => (Eq3) means swap row 1 and 3?
If not, then the following operations will not be correct.
-1 1 -1 10
3 -2 6 4
1 2 1 5
Swap r1 and r3
1 2 1 5
3 -2 6 4
-1 1 -1 10
r3 = r1 + r3
1 2 1 5
3 -2 6 4
0 3 0 15