minor corrections
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
\documentclass{lecture}
|
||||
\begin{document}
|
||||
\newcommand{\pdv}[2]{\frac{\partial #1}{\partial #2}}
|
||||
\newcommand{\dv}[2]{\frac{\d #1}{\d #2}}
|
||||
\newcommand{\dv}[2]{\frac{\mathrm{d} #1}{\mathrm{d} #2}}
|
||||
|
||||
\section{Totale Differenzierbarkeit}
|
||||
Erinnerung (Analysis 1) $f \colon D \to \R,\; D \subset \R$, ist genau dann in $x\in D$ differenzierbar, falls $f$ in $x$ ,,gut`` linear approximierbar ist, d.h. $\exists a\in \R$ mit $f(x + h) = f(x) + a\cdot h + w(h)$ wobei $\lim\limits_{h\to 0} \frac{w(h)}{|h|} = 0 \ (f'(x) = a)$.
|
||||
|
||||
Reference in New Issue
Block a user