Question: Please provide me with source code and a screen shot for indentation. Thanks! 5) [python Write your own python code to find and plot the

Please provide me with source code and a screen shot for indentation. Thanks!
5) [python Write your own python code to find and plot the natural cubic spline S satisfying S(0)-1,S(1) = 3. S(2)-3,S(3) 4,S(4)-2 and with S"(0) = S"(4) = 0, Also print the value of S(2.5) using your result. (Print each Si as equations (3.16) in tertbook page 167). (If you need to solve this kind of system Ar-b for r, you can use python code x- numpy.linalg.solve(A,b).) 5) [python Write your own python code to find and plot the natural cubic spline S satisfying S(0)-1,S(1) = 3. S(2)-3,S(3) 4,S(4)-2 and with S"(0) = S"(4) = 0, Also print the value of S(2.5) using your result. (Print each Si as equations (3.16) in tertbook page 167). (If you need to solve this kind of system Ar-b for r, you can use python code x- numpy.linalg.solve(A,b).)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
