AITKEN'S INTERPOLATION
Aitken's procedure yields systematically and successively better interpolation polynomials corresponding to successively higher order truncation of Newton's divided difference formula.
Given a set of x and corresponding f(x), estimate f1(x1)
f1= aitken(x,f,x1)
f = corresponding function of x
f1= corresponding function of x1
Kehinde OROLU (2021). Aitken Interpolation Method (https://www.mathworks.com/matlabcentral/fileexchange/33175-aitken-interpolation-method), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.