interpolation, sparse matrix, chebychev nodes, curve fitting, system of equations, runge's phenomenon
Uses cubic splines to interpolate a given set of data points
radiation, radioactive decay, curve fitting
Introduces curve fitting in Python and uses this to estimate the half-life of the Ba-137m isotope.
gravity, newton, harmonic oscillator, cavendish, curve fitting
Analyzes data from the Cavendish experiment using curve fitting. The Gravitational Constant is estimated.
discrete fourier transform, interpolation, fft, least squares
Using trigonometric interpolation and the discrete Fourier transform to fit a curve to equally spaced data points.
newton, lagrange, interpolation, chebychev nodes, runges phenomenon
Using polynomial interpolation to interpolate a set of points and to approximate a function or a curve.