Skip to content

Commit 00e690f

Browse files
authored
edits for ws19/20 (#1)
* edits for ws19/20 * continue after latexdiff-error * Update Analysis-3.tex * Update Analysis-3.tex * Update Analysis-3.tex * Update Analysis-3.tex
1 parent 5412666 commit 00e690f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
5252
# Run latexdiff on each document by retrieving the original .tex file from the default branch.
5353
- name: Run latexdiff on documents
54+
continue-on-error: true
5455
run: |
5556
# Install latexdiff if not present
5657
apt-get install -y latexdiff

Analysis-3.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ \section{Fouriertransformation \quad $f(t) \ra F(\omega)$}
261261
0, & \abs{t-a} > T
262262
\end{cases}$ & \multicolumn{3}{l}{\kern-2em $\FT 2ATe^{-\i\omega a} \mathrm{si}(\omega T)$}
263263
\end{tabular}
264+
\textbf{Spezialfälle:}
265+
\begin{itemize}
266+
\item $f$ gerade $\Leftrightarrow \hat{f}(\omega)=2\int_0^\infty f(t)\cos(\omega t)\diff t$
267+
\item $f$ ungerade $\Leftrightarrow \hat{f}(\omega)=-2i\int_0^\infty f(t)\sin(\omega t)\diff t$
268+
\end{itemize}
264269
% Special case of the following function
265270
% $r(t) = \begin{cases}
266271
% 1/2 & \text{falls} \abs{t}<1 \\
@@ -341,7 +346,8 @@ \section{Laplacetransformation \quad $\mathcal L\bigl(f(t)\bigr) = F(s)$}
341346
$\sin(a t)$ & \kern-2em $\LT \frac{a}{s^2 + a^2}$ & $\cos(a t)$ & \kern-2em $\LT \frac{s}{s^2 + a^2}$\\[0.5em]
342347
$\sinh(a t)$ & \kern-2em $\LT \frac{a}{s^2 - a^2}$ & $\cosh(a t)$ & \kern-2em $\LT \frac{s}{s^2 - a^2}$\\[0.5em]
343348
$\frac{\sin(at)}{t}$ & \kern-2em $\LT\arctan\left(\frac{a}{s}\right)$ & $\frac{t^{n-1}}{(n-1)!}$ & \kern-2em $\LT \frac{1}{s^n}$ \\[0.5em]
344-
$e^{-at} \sin(b t)$ & \kern-2em $\LT \frac{b}{(s+a)^2+b^2}$ \\
349+
$e^{-at} \sin(b t)$ & \kern-2em $\LT \frac{b}{(s+a)^2+b^2}$
350+
&$t^ne^{at}$ & \kern-2em $\LT \frac{n!}{(s-a)^{n+1}}$\\
345351
$e^{-at} \cos(b t)$ & \kern-2em $\LT \frac{s+a}{(s+a)^2+b^2}$\\
346352
$\frac{ae^{-at}-be^{-bt}}{a-b}$ & $\kern-2em \LT \frac{s}{(s+a)(s+b)}$
347353
\end{tabular}\\
@@ -491,7 +497,7 @@ \section{Funktionentheorie (Komplexe Funktionen)}
491497
\subsection{Existenz einer Stammfunktion und Wegunabhängigkeit}
492498
Ist $\cx f: G \ra \C$ holomorph auf dem einfach zsh. Gebiet $G$, so existiert zu $\cx f$ eine Stammfunktion $\cx F$, und es gilt für jede in $G$ verlaufende Kurve $\cx \gamma$ mit Anfangspunkt $\cx \gamma(a)$ und Endpunkt $\cx \gamma(b)$: \\
493499
\begin{equation*}
494-
\int \limits_{\cx \gamma} \cx f(\cx z) \diff \cx z = \cx F(\cx \gamma (b)) - \cx F(\cx \gamma (a))
500+
\int \limits_{\cx \gamma} \cx f(\cx z) \diff \cx z = \cx F(\cx \gamma (b)) - \cx F(\cx \gamma (a)) = \int\limits_a^bf(\gamma(t)) \cdot \dot{\gamma}(t) \diff t
495501
\end{equation*}
496502
\end{sectionbox}
497503

0 commit comments

Comments
 (0)