Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In matlab, please help me solve 2. Use MATLAB to generate 7 equally spaced data points from Runge's function: f(x)=1+25x21 on the interval 1x1. Use
In matlab, please help me solve
2. Use MATLAB to generate 7 equally spaced data points from Runge's function: f(x)=1+25x21 on the interval 1x1. Use these 7 data points to generate an interpolated approximation of the function f(x) for x=[1:0.01:1] using: 1) A6th order polynomial 2) A linear spline 3) A cubic spline with derivative end conditions equal to the exact values of the derivative calculated analytically, using spline function 4) A cubic spline with "not-a-knot" end conditions. For each case, calculate the true relative error (t) for every value of x. Your script should only output your results for part (1) to (4) as column vectors (201x1) and your t results to a matrix (2014)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