mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
[NumCS] Done up to Chapter 6.9
This commit is contained in:
8
semester3/numcs/parts/03_zeros/05_sectant-method.tex
Normal file
8
semester3/numcs/parts/03_zeros/05_sectant-method.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\newsectionNoPB
|
||||
\subsection{Sekantenverfahren}
|
||||
Falls die Ableitung zu teuer oder nicht verfügbar ist, kann man sie durch $q^(k) := \frac{F(x^{(k)}) - F(x^{(k - 1)})}{x^{(k)} - x^{(k - 1)}}$.
|
||||
Dann ist ein Schritt:
|
||||
\rmvspace
|
||||
\begin{align*}
|
||||
\tilde{F}(x) = F(x^{(k)}) + q^{(k)} (x - x^{(k)}) \Longrightarrow x^{(k + 1)} := x^{(k)} - \frac{F(x^{(k)})}{q^{(k)}}, \smallhspace \text{ falls } q^{(k)} \neq 0
|
||||
\end{align*}
|
||||
Reference in New Issue
Block a user