newton2poly

newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes.
32 Downloads
Updated 17 Jul 2020

View License

newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes as:
p(x) = c(1) + c(2)*(x-nodes(1)) + c(3)*(x-nodes(1))*(x-nodes(2))...

INPUT:
c -> column vector containing newton polynomial coeffcients from the
function interpN(x, y)
nodes -> column vector containing x-coordinate interpolation points
OUTPUT:
p -> polynomial formula of newton interpolation

Cite As

Giulio Golinelli (2026). newton2poly (https://www.mathworks.com/matlabcentral/fileexchange/78330-newton2poly), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.0