Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider f(x) = max(0, sin(x)) on (-2,7]. (a) (1 point) Interpolate f(x) at 21 evenly spaced points r; in -1,7, i = 0, ... 20.
Consider f(x) = max(0, sin(x)) on (-2,7]. (a) (1 point) Interpolate f(x) at 21 evenly spaced points r; in -1,7, i = 0, ... 20. You can use the polyfit function. Denote the resulting interpolation polynomial by p(2). Plot on the same plot f(L) and p(x) at 200 evenly spaced points in -1,7). (b) (1 point) Instead of polyfit use spline and produce a plot as in (a). () (1 point) Instead of the above points ri, now use 21 Chebyshev points. Use polyfit and produce a plot as in (a). (d) (1 point) Explain the differences in the plots in (a) and (c)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started