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

image text in transcribed 

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

1 Expert Approved Answer
Step: 1 Unlock

This code defines the divdiff function to calculate divided differences and then uses it to interpol... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!