interp
polynomial interpolation
Calling Sequence
Parameters
Description
Examples
interp(x, y, v)
x
-
list or vector of independent values, x[1], ..., x[n+1]
y
list or vector of dependent values, y[1], ..., y[n+1]
v
variable to be used in polynomial
Important: The interp function has been deprecated. Use the superseding command CurveFitting[PolynomialInterpolation] instead. A call to interp automatically generates a call to CurveFitting[PolynomialInterpolation].
The interp function computes the polynomial of degree less than or equal to n in the variable v which interpolates the points x1,y1, x2,y2, ..., xn+1,yn+1.
If the same x-value is entered twice, it is an error, whether or not the same y-value is entered; all independent values must be distinct.
Important: The interp function has been deprecated. Use the superseding command CurveFitting[PolynomialInterpolation] instead.
interp⁡0,1,2,3,0,3,1,3,z
32⁢z3−7⁢z2+172⁢z
See Also
CurveFitting
CurveFitting[PolynomialInterpolation]
Interp
Download Help Document