In a previous post, I mentioned that I have incorporated experiments in my Numerical Methods course. Here I will discuss the second experiment.
In this experiment, we find the length of two curves generated from the same points – one curve is a polynomial interpolant and another one is a spline interpolant.
Motivation behind the experiment: [...]
Posts Tagged as ‘runge’
June 29, 2008
Length of a curve experiment
June 16, 2008
A simple MATLAB program to show that High order interpolation is a bad idea
In a previous post, we talked about that higher order interpolation is a bad idea.
In this post I am showing you a MATLAB program that will allow you to experiment by changing the number of data points you choose, that is, the value of n (see the input highlighted in red in the code – [...]
June 14, 2008
High order interpolation is a bad idea?
One would intuitively assume that if one was given 100 data points of data, it would be most accurate to interpolate the 100 data points to a 99th order polynomial. More the merrier: is that not the motto. But I am sorry to burst your bubble – high order interpolation is generally a [...]