mandli / intro-numerical-methods

Jupyter notebooks and other materials developed for the Columbia course APMA 4300
Creative Commons Attribution 4.0 International
278 stars 398 forks source link

15_LA_gaussian #55

Open matthewcarbone opened 6 years ago

matthewcarbone commented 6 years ago

The last equation in the last block has an error. The backwards substitution method starts with i+1, not i-1. See

link

It doesn't make sense as written so hopefully people will realize it, but this could confuse people!

mandli commented 6 years ago

Thanks for reminding about that one, I think someone pointed it out last year but never made an issue so I forgot about that. I will try to fix it this weekend.

matthewcarbone commented 6 years ago

No problem, glad I could help!