aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/tikz/arccos2.tikz.tex
diff options
context:
space:
mode:
authorNicolas Tobler <nicolas.tobler@ost.ch>2022-08-13 19:32:21 +0200
committerNicolas Tobler <nicolas.tobler@ost.ch>2022-08-13 19:32:21 +0200
commitefa82f7edc7345c29c2d44674d8c8d8ad8741548 (patch)
tree5c543013727dc265b5097e10caa549e318efd44a /buch/papers/ellfilter/tikz/arccos2.tikz.tex
parentworking on elliptic rational functions (diff)
downloadSeminarSpezielleFunktionen-efa82f7edc7345c29c2d44674d8c8d8ad8741548.tar.gz
SeminarSpezielleFunktionen-efa82f7edc7345c29c2d44674d8c8d8ad8741548.zip
corrections
Diffstat (limited to 'buch/papers/ellfilter/tikz/arccos2.tikz.tex')
-rw-r--r--buch/papers/ellfilter/tikz/arccos2.tikz.tex19
1 files changed, 18 insertions, 1 deletions
diff --git a/buch/papers/ellfilter/tikz/arccos2.tikz.tex b/buch/papers/ellfilter/tikz/arccos2.tikz.tex
index c3f11bb..2cec75f 100644
--- a/buch/papers/ellfilter/tikz/arccos2.tikz.tex
+++ b/buch/papers/ellfilter/tikz/arccos2.tikz.tex
@@ -54,6 +54,23 @@
\end{scope}
\node[zero] at (6.5,2) (n) {};
- \node[anchor=west] at (n.east) {Zero};
+ \node[anchor=west] at (n.east) {Nullstelle};
+
+ \begin{scope}[xshift=2.75cm, yshift=-2cm]
+
+ \draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$w$};
+
+ \draw[ultra thick, ->, blue] (-4, 0) -- (-2, 0);
+ \draw[ultra thick, ->, cyan] (-2, 0) -- (0, 0);
+ \draw[ultra thick, ->, darkgreen] (0, 0) -- (2, 0);
+ \draw[ultra thick, ->, orange] (2, 0) -- (4, 0);
+
+ \node[anchor=south] at (-4,0) {$-\infty$};
+ \node[anchor=south] at (-2,0) {$-1$};
+ \node[anchor=south] at (0,0) {$0$};
+ \node[anchor=south] at (2,0) {$1$};
+ \node[anchor=south] at (4,0) {$\infty$};
+
+ \end{scope}
\end{tikzpicture} \ No newline at end of file