summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-13.tex
blob: 415106a9b5eac5196792af8d7220c141b227f075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{article}
\usepackage{german}
\begin{document}
\noindent\textbf{Erstes L"osungsbeispiel}:\\[1ex]
Die L"osung f"ur das Gleichungssystem
\[ \renewcommand{\arraystretch}{1.2}
   F(x,y) = 0\quad\mbox{und}\quad
   \left|\begin{array}{ccc}
     F''_{xx} & F''_{xy} & F'_x\\
     F''_{yx} & F''_{yy} & F'_y\\
     F'_x     & F'_y     & 0
   \end{array}\right| = 0     
\]
liefert die Koordinaten der m"oglichen Wendepunkte von $F(x,y) = 0$.

\bigskip
\noindent\textbf{Zweites L"osungsbeispiel}:\\[1ex]
Die L"osung f"ur das Gleichungssystem
\[ \renewcommand{\arraystretch}{1.2}
   F(x,y) = 0\quad\mbox{und}\quad\begin{array}{|ccc|}
   F''_{xx} & F''_{xy} & F'_x\\
   F''_{yx} & F''_{yy} & F'_y\\
   F'_x     & F'_y     & 0
  \end{array} = 0     
\]
liefert die Koordinaten der m"oglichen Wendepunkte von $F(x,y) = 0$.
\end{document}