Aufgabe3.tex 554 B

123456789101112131415161718192021
  1. \section*{Aufgabe 3}
  2. \[f' (x,y) = \begin{pmatrix}
  3. 3 & \cos y\\
  4. 3 x^2 & e^y
  5. \end{pmatrix}\]
  6. Und jetzt die Berechnung
  7. \[f'(x, y) \cdot (x_0, y_0) = f(x,y)\]
  8. LR-Zerlegung für $f'(x, y)$:
  9. \begin{align}
  10. L &= \begin{pmatrix}1 &0 \\ x^2 & 1\end{pmatrix}\\
  11. R &= \begin{pmatrix}3 & \cos y \\ 0 & e^y - x^2 \cos y\end{pmatrix}\\
  12. P &= I_2\\
  13. -f ( \frac{-1}{3}, 0) &= \begin{pmatrix} 2\\ -\frac{1}{27}\end{pmatrix}\\
  14. c &= \begin{pmatrix} 2\\ \frac{7}{27} \end{pmatrix}\\
  15. (x_1, y_1) &= \begin{pmatrix} \frac{5}{3}\\ \frac{7}{27}\end{pmatrix}
  16. \end{align}