Link to the classroom item you are referring to: [https://www.coursera.org/learn/machine-learning-linear-algebra/lecture/k9Srg/the-gaussian-elimination-algorithm](Gaussian Elimination Algorithm)
I found this mistake on the video as well. It’s simple to verify, the video solution doesn’t work for the system presented earlier in the video. I believe the correct matrix shoul be as follows:
1
0
0
0
0
1
0
-1
0
0
1
0
which results in a=0, b = -1, and c = 1 (mentor edit: the c value given here is incorrect. Please read the entire thread for more explanation)
Feedback: Respectfully, this not a minor mistake, and anyone working through this is likely to spend a lot of extra time trying to figure out what they did wrong. Advise you update the lecture or at least put in a disclaimer that some of the math is wrong. Note there’s also a mistake in “Row echelon form in general” but that one is much more minor than this one.
Adding: In previous thread I learned that updates to the videos are hard. Given that I suggested having a formal errata posted per week/video so people could first check that if they run into problems. A note in the course, such as a text overlay or pre-video note would be ideal, but the errata is lower effort and probably more approachable than searching the boards for many. Goal would be to reduce if not eliminate anyone getting so frustrated they just quit the course. Maybe just me, and somewhat paradoxically, the reason this video mistake is so frustrating is everything else is so well explained I assumed I was making an error, and spent hours trying to find it.
Just confirming what you’ve said – I spent several hours reworking this example, thinking I was doing something wrong. Even still, without confirmation I was getting the steps correct, I ended up with a different solution than you:
1
0
0
1
0
1
0
1
0
0
1
0
Without a corrected video, I have no idea where I went wrong.