Datei:InterpolationBsp1.png: Unterschied zwischen den Versionen
Aus DGL Wiki
Lyr (Diskussion | Beiträge) (Beispiel für Lineare Interpolation. Mathematica Code für diese Grafik: E1 = t*2 + 2 E2 = -4*t + 5 S1 = ParametricPlot[{E1, E2}, {t, 0, 1}, Frame -> True, GridLines -> Automatic, PlotStyle -> Thickness[0.01]] S2 = ListPlot[{{2, 5}, {4, 1}},) |
(kein Unterschied)
|
Aktuelle Version vom 5. November 2005, 00:53 Uhr
Beispiel für Lineare Interpolation. Mathematica Code für diese Grafik:
E1 = t*2 + 2
E2 = -4*t + 5
S1 = ParametricPlot[{E1, E2}, {t, 0, 1},
Frame -> True, GridLines -> Automatic, PlotStyle -> Thickness[0.01]]
S2 = ListPlot[{{2, 5}, {4, 1}}, 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 vom | Vorschaubild | Maße | Benutzer | Kommentar | |
|---|---|---|---|---|---|
| aktuell | 00:53, 5. Nov. 2005 | 250 × 154 (1 KB) | Lyr (Diskussion | Beiträge) | Beispiel für Lineare Interpolation. Mathematica Code für diese Grafik: E1 = t*2 + 2 E2 = -4*t + 5 S1 = ParametricPlot[{E1, E2}, {t, 0, 1}, Frame -> True, GridLines -> Automatic, PlotStyle -> Thickness[0.01]] S2 = ListPlot[{{2, 5}, {4, 1}}, |
- Du kannst diese Datei nicht überschreiben.
Dateiverwendung
Diese Datei wird auf keiner Seite verwendet.