<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.delphigl.com/index.php?action=history&amp;feed=atom&amp;title=Datei%3AInterpolationBsp3.PNG</id>
		<title>Datei:InterpolationBsp3.PNG - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.delphigl.com/index.php?action=history&amp;feed=atom&amp;title=Datei%3AInterpolationBsp3.PNG"/>
		<link rel="alternate" type="text/html" href="https://wiki.delphigl.com/index.php?title=Datei:InterpolationBsp3.PNG&amp;action=history"/>
		<updated>2026-04-17T12:30:40Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in DGL Wiki</subtitle>
		<generator>MediaWiki 1.27.4</generator>

	<entry>
		<id>https://wiki.delphigl.com/index.php?title=Datei:InterpolationBsp3.PNG&amp;diff=13930&amp;oldid=prev</id>
		<title>Lyr: Beispiel für Interpolation mit gegebenen Tangenten (und natürlich Punkten).
Mathematica Code für diese Grafik:
 E1 = t^3*(-2) + t^2*4 + t*(-1) + 2
 S1 = Plot[ E1, {t, 0, 1}, 
     Frame -&gt; True, GridLines -&gt; Automatic, PlotStyle -&gt; Thickness[0.01]]
 S2</title>
		<link rel="alternate" type="text/html" href="https://wiki.delphigl.com/index.php?title=Datei:InterpolationBsp3.PNG&amp;diff=13930&amp;oldid=prev"/>
				<updated>2005-11-04T23:56:00Z</updated>
		
		<summary type="html">&lt;p&gt;Beispiel für Interpolation mit gegebenen Tangenten (und natürlich Punkten). Mathematica Code für diese Grafik:  E1 = t^3*(-2) + t^2*4 + t*(-1) + 2  S1 = Plot[ E1, {t, 0, 1},       Frame -&amp;gt; True, GridLines -&amp;gt; Automatic, PlotStyle -&amp;gt; Thickness[0.01]]  S2&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Beispiel für Interpolation mit gegebenen Tangenten (und natürlich Punkten).&lt;br /&gt;
Mathematica Code für diese Grafik:&lt;br /&gt;
 E1 = t^3*(-2) + t^2*4 + t*(-1) + 2&lt;br /&gt;
 S1 = Plot[ E1, {t, 0, 1}, &lt;br /&gt;
     Frame -&amp;gt; True, GridLines -&amp;gt; Automatic, PlotStyle -&amp;gt; Thickness[0.01]]&lt;br /&gt;
 S2 = ListPlot[{{0, 2}, {1, 3}}, PlotStyle -&amp;gt; {RGBColor[1, 0, 0],&lt;br /&gt;
      PointSize[0.03]}]&lt;br /&gt;
 Tangente1 = Plot[-1*t + 2, {t, -0.2, 0.2}, PlotStyle -&amp;gt; RGBColor[0, 0, 1]]&lt;br /&gt;
 Tangente2 = Plot[1*t + 2, {t, 0.8, 1.2}, PlotStyle -&amp;gt; RGBColor[0, 0, 1]]&lt;br /&gt;
 Show[S1, S2, Tangente1, Tangente2, TextStyle -&amp;gt; {FontFamily -&amp;gt; &amp;quot;Times&amp;quot;,&lt;br /&gt;
      FontSize -&amp;gt; 14, FontWeight -&amp;gt; Heavy}]&lt;/div&gt;</summary>
		<author><name>Lyr</name></author>	</entry>

	</feed>