intro-numerical-methods
intro-numerical-methods copied to clipboard
15_LA_gaussian
The last equation in the last block has an error. The backwards substitution method starts with i+1, not i-1. See
It doesn't make sense as written so hopefully people will realize it, but this could confuse people!
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.
No problem, glad I could help!