<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Euler-Tschebyschow-Verfahren</id>
	<title>Euler-Tschebyschow-Verfahren - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Euler-Tschebyschow-Verfahren"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Euler-Tschebyschow-Verfahren&amp;action=history"/>
	<updated>2026-06-11T23:37:09Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Euler-Tschebyschow-Verfahren&amp;diff=831709&amp;oldid=prev</id>
		<title>imported&gt;Rita2008: HC: Ergänze Kategorie:Pafnuti Lwowitsch Tschebyschow</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Euler-Tschebyschow-Verfahren&amp;diff=831709&amp;oldid=prev"/>
		<updated>2024-11-18T21:57:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=WP:HC&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:HC (Seite nicht vorhanden)&quot;&gt;HC&lt;/a&gt;: Ergänze &lt;a href=&quot;/index.php?title=Kategorie:Pafnuti_Lwowitsch_Tschebyschow&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Kategorie:Pafnuti Lwowitsch Tschebyschow (Seite nicht vorhanden)&quot;&gt;Kategorie:Pafnuti Lwowitsch Tschebyschow&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Das &amp;#039;&amp;#039;&amp;#039;Euler-Tschebyschow-Verfahren&amp;#039;&amp;#039;&amp;#039; (nach [[Leonhard Euler]] und [[Pafnuti Lwowitsch Tschebyschow]]; auch &amp;#039;&amp;#039;Verfahren der berührenden Parabeln&amp;#039;&amp;#039;) bezeichnet in der [[Numerische Mathematik|Numerischen Mathematik]] ein [[Iteration|iterativ]]es Verfahren zum Lösen nichtlinearer Gleichungen. Es ist vergleichbar mit dem [[Newton-Verfahren]], hat jedoch die [[Konvergenzordnung]] 3. &lt;br /&gt;
== Beschreibung ==&lt;br /&gt;
Hat man eine nichtlineare Gleichung in Nullstellenform&lt;br /&gt;
:&amp;lt;math&amp;gt;F(x)=0&amp;lt;/math&amp;gt; einer Funktion &amp;lt;math&amp;gt;F:D\subset\mathbb{R}^n \to \mathbb{R}^n&amp;lt;/math&amp;gt;&lt;br /&gt;
und einen hinreichend guten Startwert &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt;, so erhält man über eine näherungsweise Berechnung der Nullstelle der abgebrochenen Taylorentwicklung&lt;br /&gt;
:&amp;lt;math&amp;gt;0=F(x_k)+F&amp;#039;(x_k)(x-x_k)+\frac{1}{2}F&amp;#039;&amp;#039;(x_k)(x-x_k)^2&amp;lt;/math&amp;gt;&lt;br /&gt;
in jedem Schritt das folgende Verfahren. Die genaue Herleitung des Verfahrens ist in [[Halley-Verfahren]] im Abschnitt zum mehrdimensionalen Fall beschrieben.&lt;br /&gt;
&lt;br /&gt;
== Algorithmus ==&lt;br /&gt;
# Wähle einen Startwert &amp;lt;math&amp;gt;x_0 \in \mathbb{R}^n&amp;lt;/math&amp;gt;, ein &amp;lt;math&amp;gt;\varepsilon&amp;gt;0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N \in \mathbb{N}&amp;lt;/math&amp;gt;, setze &amp;lt;math&amp;gt;k=0&amp;lt;/math&amp;gt;&lt;br /&gt;
## Falls &amp;lt;math&amp;gt;\|F(x_k)\|&amp;lt;\varepsilon&amp;lt;/math&amp;gt; oder &amp;lt;math&amp;gt;k&amp;gt;N&amp;lt;/math&amp;gt; Stopp&lt;br /&gt;
## Löse :&amp;lt;math&amp;gt;F&amp;#039;(x_k)s_k=-F(x_k)&amp;lt;/math&amp;gt;, (Newton-Schritt)&lt;br /&gt;
## Löse :&amp;lt;math&amp;gt;F&amp;#039;(x_k)t_k=-\frac{1}{2}F&amp;#039;&amp;#039;(x_k)(s_k,s_k)&amp;lt;/math&amp;gt;, (quadratische Korrektur)&lt;br /&gt;
## Setze &amp;lt;math&amp;gt;x_{k+1}=x_k+s_k+t_k&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;k=k+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Eigenschaften ==&lt;br /&gt;
Offenbar benötigt man im Gegensatz zum Newton-Verfahren die 2. Ableitung der Funktion. Die Erhöhung der Konvergenzordnung lohnt sich also nur, wenn die Berechnung der 2. Ableitung im Vergleich mit der Berechnung von Funktionswert und erster Ableitung leicht ist. Über andere Näherungen der Nullstelle der Taylorentwicklung erhält man andere Verfahren. Ein Beispiel dafür wäre das [[Halley-Verfahren]].&lt;br /&gt;
&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
Als einfaches eindimensionales Beispiel soll die Berechnung der Nullstelle von &amp;lt;math&amp;gt;f(x)=x+e^x&amp;lt;/math&amp;gt; mit dem Startwert 0 genommen werden. Die erste Ableitung ist &amp;lt;math&amp;gt;f&amp;#039;(x)=1+e^x&amp;lt;/math&amp;gt; die zweite Ableitung &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(x)=e^x&amp;lt;/math&amp;gt;&lt;br /&gt;
* Schritt 1&lt;br /&gt;
**&amp;lt;math&amp;gt;f(0)=1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;#039;(0)=2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(0)=1&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;s_0=-\frac{f(0)}{f&amp;#039;(0)}=-0{,}5&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;t_0=-\frac{1}{2}\cdot \frac{f&amp;#039;&amp;#039;(0) \cdot s_0^2}{f&amp;#039;(0)}=-0{,}0625&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;x_1=x_0+s_0+t_0=-0{,}5625&amp;lt;/math&amp;gt;&lt;br /&gt;
* Schritt 2&lt;br /&gt;
**&amp;lt;math&amp;gt;f(-0{,}5625)=0{,}0073&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;#039;(-0{,}5625)=1{,}5698&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;f&amp;#039;&amp;#039;(-0{,}5625)=0{,}5698&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;s_1=-\frac{f(-0{,}5625)}{f&amp;#039;(-0{,}5625)}=-0{,}0046&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;t_1=-\frac{1}{2}\cdot \frac{f&amp;#039;&amp;#039;(-0{,}5625) \cdot s_1^2}{f&amp;#039;(-0{,}5625)}=-3{,}9063 \cdot 10^{-6}&amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt;x_2=x_1+s_1+t_1=-0{,}5671&amp;lt;/math&amp;gt;&lt;br /&gt;
Nach dem 2. Schritt erhält man als Funktionswert &amp;lt;math&amp;gt;f(-0{,}5671)=8{,}3450\cdot 10^{-10}&amp;lt;/math&amp;gt; und kann abbrechen.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Hubert Schwetlick: &amp;#039;&amp;#039;Numerische Lösung nichtlinearer Gleichungen.&amp;#039;&amp;#039; Deutscher Verlag der Wissenschaften, Berlin 1979, 346 S.&lt;br /&gt;
&lt;br /&gt;
{{SORTIERUNG:Eulertschebyschowverfahren}}&lt;br /&gt;
[[Kategorie:Numerische Mathematik]]&lt;br /&gt;
[[Kategorie:Leonhard Euler als Namensgeber]]&lt;br /&gt;
[[Kategorie:Pafnuti Lwowitsch Tschebyschow]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Rita2008</name></author>
	</entry>
</feed>