1. f(x) 0.0 -0.1 0.1 0.16 0.2 0.23 0.3 0.4 1.45 a. Count f'(0.1) with forward, backward, and central finite difference w
Posted: Mon Jul 11, 2022 9:49 am
1. f(x) 0.0 -0.1 0.1 0.16 0.2 0.23 0.3 0.4 1.45 a. Count f'(0.1) with forward, backward, and central finite difference which has the orde O(h² )! (5) b. Count f'(0.1) with forward, backward, and central finite difference which has the orde O(h* )! (*) (10) c. Count f'(0.2) with forward, backward, and central finite difference which has the orde O(h² )! (5) Count to four digits after the comma, and if it can't be done then give the reason! www Hint for (b): calculation result with orde O(h*) can be achieved with using Richardson interpolation a method with O(h² ).