in the example here, to make the first number of second row which is 2 into 0, why not multiple third row by 1/2 and then subtract it from row 2?
You could do that, but then you’re just making the algorithm more complicated. How would you decide which row to use in each case? The method he is describing works from the “top down”.
2 Likes