Day 03

20250902_083143.jpg 20250902_103124.jpg 20250902_083147.jpg

A function whose direct evaluation gives large roundoff error

20250902_090859.jpg

Let's actually evaluate this function and see what we get ...

Numpy arrays

20250902_090903.jpg day03_code_1.png day03_code_2.png day03_code_3.png

Direct evaluation of log(1+x)/x

day03_roundoff_error.png

Taylor polynomial approximation of log(1+x)/x and its truncation error

20250902_092202.jpg