Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
interp - polynomial interpolation
Calling Sequence
interp(x, y, v)
Parameters
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
Description
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 , , ..., .
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.
Examples
Important: The interp function has been deprecated. Use the superseding command CurveFitting[PolynomialInterpolation] instead.
See Also
CurveFitting, CurveFitting[PolynomialInterpolation], Interp
Download Help Document