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

Lecture 04_error typo #29

Closed AlexanderSoloviev closed 8 years ago

AlexanderSoloviev commented 8 years ago

The code for Example 2 (last example) should be

numpy.all(error < 8.0 * numpy.finfo(float).eps):

not

numpy.all(error < 100.0 * numpy.finfo(float).eps):

mandli commented 8 years ago

I think I was playing with this and accidentally committed this. Thanks for catching that.