|
|
@@ -11,7 +11,7 @@ Und jetzt die Berechnung
|
|
|
LR-Zerlegung für $f'(x, y)$:
|
|
|
|
|
|
\begin{align}
|
|
|
- L &= \begin{pmatrix}1 &0 \\ \frac{1}{9} & 1\end{pmatrix}\\
|
|
|
+ L &= \begin{pmatrix}1 &0 \\ x^2 & 1\end{pmatrix}\\
|
|
|
R &= \begin{pmatrix}3 & \cos y \\ 0 & e^y - x^2 \cos y\end{pmatrix}\\
|
|
|
P &= I_2\\
|
|
|
-f ( \frac{-1}{3}, 0) &= \begin{pmatrix} 2\\ -\frac{1}{27}\end{pmatrix}\\
|