2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2013-09-20 18:24:17 +02:00
parent 5141c6c087
commit 14b3575baf
14 changed files with 41 additions and 25 deletions

View file

@ -10,7 +10,7 @@ zweiten Spalte nach $y$.
\subsection*{Lösungsvorschlag 1 (Numerische Lösung)}
Eine Iteration des Newton-Verfahren ist durch
\begin{align}
x_{k+1}&=x_{k}-f'(x_k)^{-1}\cdot f(x_k)
x_{k+1}&=x_{k}\underbrace{-f'(x_k)^{-1}\cdot f(x_k)}_{\Delta x}
\end{align}
gegeben (vgl. Skript, S. 35).
@ -167,12 +167,3 @@ also ausführlich:
\end{pmatrix}\\
P &= I_2
\end{align}
TODO: Eigentlich sollten sich ab hier die Lösungsvorschläge gleichen\dots
Es folgt:
\begin{align}
-f ( \nicefrac{-1}{3}, 0) &= \begin{pmatrix} -2\\ -\frac{26}{27}\end{pmatrix}\\
c &= \begin{pmatrix} 2\\ \nicefrac{82}{27} \end{pmatrix}\\ %TODO: Was ist c?
(x_1, y_1) &= \begin{pmatrix} \nicefrac{5}{3}\\ \nicefrac{82}{27}\end{pmatrix}
\end{align}