newton2poly

newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes.

You are now following this Submission

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 .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0