Datei:InterpolationBsp2.png

Aus DGL Wiki
Wechseln zu: Navigation, Suche
InterpolationBsp2.png(500 × 309 Pixel, Dateigröße: 3 KB, MIME-Typ: image/png)

Beispiel für Polynominterpolation. Mathematica Code für diese Grafik:

E1 = -58.5*t^3 + 90*t^2 - 35.5*t + 5
E2 = 22.5*t^3 - 36*t^2 + 12.5*t + 3
S1 = ParametricPlot[{E1, E2}, {t, 0, 1},
     Frame -> True, GridLines -> Automatic, PlotStyle -> Thickness[0.01]]
S2 = ListPlot[{{5, 3}, {1, 
    4}, {4, 2}, {1, 2}}, PlotStyle -> {RGBColor[1, 0, 0], PointSize[0.03]}]
Show[S1, S2, TextStyle -> {FontFamily -> "Times", 
    FontSize -> 14, FontWeight -> Heavy}]

Dateiversionen

Klicke auf einen Zeitpunkt, um diese Version zu laden.

Version vomVorschaubildMaßeBenutzerKommentar
aktuell01:54, 5. Nov. 2005Vorschaubild der Version vom 5. November 2005, 01:54 Uhr500 × 309 (3 KB)Lyr (Diskussion | Beiträge)Beispiel für Polynominterpolation. Mathematica Code für diese Grafik: E1 = -58.5*t^3 + 90*t^2 - 35.5*t + 5 E2 = 22.5*t^3 - 36*t^2 + 12.5*t + 3 S1 = ParametricPlot[{E1, E2}, {t, 0, 1}, Frame -> True, GridLines -> Automatic, PlotStyle -> Thicknes
  • Du kannst diese Datei nicht überschreiben.

Diese Datei wird auf keiner Seite verwendet.