newton2poly
Version 1.0.0 (1.2 KB) by
Giulio Golinelli
newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes.
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 LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
