2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

removed meta-package; added information to implicit defined functions

This commit is contained in:
Martin Thoma 2012-09-19 09:59:48 +02:00
parent 7a72199fad
commit 0f148bf1fb
2 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,7 @@
% Original Source: http://mitschriebwiki.nomeata.de/data/SS10/Ana2Bachelor.tex
\documentclass[a4paper,oneside,DIV15,BCOR12mm,chapterprefix=true,headings=twolinechapter]{scrbook}
\usepackage{ana}
\usepackage{mathe}
\usepackage{saetze-schmoeger}
\lecturer{Dr. C. Schmoeger}
\semester{Sommersemester 2010}
@ -1183,7 +1184,7 @@ $$ f'=
\frac{\partial f_p}{\partial x_1} & \cdots & \frac{\partial f_p}{\partial x_n} \\
\end{array}
\right.
}_{=:\frac{\partial f}{\partial x}}
}_{=:\frac{\partial f}{\partial x}\ (p \times n)\text{-Matrix}}
\underbrace{
\left.
\begin{array}{ccc}
@ -1196,11 +1197,11 @@ $$ f'=
\text{; also } f'(x,y)=\left(\frac{\partial f}{\partial x}(x,y),\ \frac{\partial f}{\partial y}(x,y)\right)$$
\begin{satz}[Satz über implizit definierte Funktionen]
Sei $(x_0, y_0)\in D, f(x_0, y_0)=0$ und $\det\frac{\partial f}{\partial y}(x_0, y_0)\ne 0$. Dann existiert eine offene Umgebung $U\subseteq \MdR^n$ von $x_0$ und genau eine Funktion $g:U\to\MdR^p$ mit:
Sei $(x_0, y_0)\in D, f(x_0, y_0)=0$ und $\det\frac{\partial f}{\partial y}(x_0, y_0)\ne 0$. Dann existiert eine offene Umgebung $U\subseteq \MdR^n$ von $x_0$ und genau eine Funktion $g:U\to D \subseteq \MdR^p$ mit:
\begin{liste}
\item $(x, g(x))\in D\ \forall x\in U$
\item $g(x_0)=y_0$
\item $f(x,g(x))=0\ \forall x\in U$
\item $f(x,g(x))=0\ \forall x\in U$, mit $V = g(U)$ gilt: $V$ ist offen und für $(a, b) \in U \times V$ mit $f(a,b) = 0$ gilt: $b = g(a)$
\item $g \in C^1(U,\MdR^p)$
\item $\det\frac{\partial f}{\partial y}(x, g(x))\ne0\ \forall x\in U$
\item $g'(x)=-\left(\frac{\partial f}{\partial y}(x, g(x))^{-1}\right) \cdot \frac{\partial f}{\partial x}(x, g(x))\ \forall x\in U$

View file

@ -1,3 +0,0 @@
% Original Source: http://mitschriebwiki.nomeata.de/data/ana.sty
\usepackage{mathe}
\usepackage{saetze-schmoeger}