/

PolyInterp

[this page | pdf]

Function Description

Returns the result of carrying out a polynomial interpolation given input arrays  and  and a value at which to interpolate, i.e. . The  and  need to be of the same size (say ). We find the (unique) polynomial  or order  that fits the points  and then return .

 


NAVIGATION LINKS
Contents | Prev | Next


Output type / Parameter details

Output type: Double
Parameter NameVariable TypeDescription
xDouble()x values used in polynomial interpolation
yDouble()y = f(x) values used in polynomial interpolation
xToInterpolateFromDoublevalue at which to evaluate interpolating polynomial

Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other General functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile