Question: Write a Python code divdiff which takes n + 1 points X- == [x0,x1,...,xn} as input and which returns a list of list containing
Write a Python code divdiff which takes n + 1 points X- == [x0,x1,...,xn} as input and which returns a list of list containing all related divided differences (see Lecture Notes Slide 2.13). Furthermore, test this code with f = cos, n = 3 and Xlinspace(0,2 ,n+1). Plot the interpolation polynomials interpolating 1,2,3,4 points.
Step by Step Solution
There are 3 Steps involved in it
This code defines the divdiff function to calculate divided differences and then uses it to interpol... View full answer
Get step-by-step solutions from verified subject matter experts
