intro-numerical-methods icon indicating copy to clipboard operation
intro-numerical-methods copied to clipboard

15_LA_gaussian

Open matthewcarbone opened this issue 7 years ago • 2 comments

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!

matthewcarbone avatar Dec 01 '17 02:12 matthewcarbone

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.

mandli avatar Dec 01 '17 14:12 mandli

No problem, glad I could help!

matthewcarbone avatar Dec 01 '17 23:12 matthewcarbone