diff options
Diffstat (limited to 'buch/chapters/110-elliptisch/images/slcl.tex')
-rw-r--r-- | buch/chapters/110-elliptisch/images/slcl.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/buch/chapters/110-elliptisch/images/slcl.tex b/buch/chapters/110-elliptisch/images/slcl.tex index 08241ac..0af1027 100644 --- a/buch/chapters/110-elliptisch/images/slcl.tex +++ b/buch/chapters/110-elliptisch/images/slcl.tex @@ -47,35 +47,35 @@ -- ({5*\lemniscateconstant*\dx},{1*\dy}); -\draw[color=red!20,line width=1.4pt] +\draw[color=red!40,line width=1.4pt] plot[domain=0:13,samples=200] ({\x},{\dy*sin(\ts*\x)}); -\draw[color=blue!20,line width=1.4pt] +\draw[color=blue!40,line width=1.4pt] plot[domain=0:13,samples=200] ({\x},{\dy*cos(\ts*\x)}); \draw[color=red,line width=1.4pt] \slpath; \draw[color=blue,line width=1.4pt] \clpath; \draw[->] (0,{-1*\dy-0.1}) -- (0,{1*\dy+0.4}) coordinate[label={right:$r$}]; -\draw[->] (-0.1,0) -- (13.7,0) coordinate[label={$s$}]; +\draw[->] (-0.1,0) -- (13.6,0) coordinate[label={$s$}]; \foreach \i in {1,2,3,4,5}{ \draw ({\lemniscateconstant*\i},-0.1) -- ({\lemniscateconstant*\i},0.1); } -\node at ({\lemniscateconstant*\dx},0) [below left] {$ \varpi\mathstrut$}; -\node at ({2*\lemniscateconstant*\dx},0) [below left] {$2\varpi\mathstrut$}; -\node at ({3*\lemniscateconstant*\dx},0) [below right] {$3\varpi\mathstrut$}; -\node at ({4*\lemniscateconstant*\dx},0) [below right] {$4\varpi\mathstrut$}; -\node at ({5*\lemniscateconstant*\dx},0) [below left] {$5\varpi\mathstrut$}; +\node at ({\lemniscateconstant*\dx},0) [below left] {$\frac{\varpi}2\mathstrut$}; +\node at ({2*\lemniscateconstant*\dx},0) [below left] {$\varpi\mathstrut$}; +\node at ({3*\lemniscateconstant*\dx},0) [below right] {$\frac{3\varpi}2\mathstrut$}; +\node at ({4*\lemniscateconstant*\dx},0) [below right] {$2\varpi\mathstrut$}; +\node at ({5*\lemniscateconstant*\dx},0) [below left] {$\frac{5\varpi}2\mathstrut$}; \node[color=red] at ({1.6*\lemniscateconstant*\dx},{0.6*\dy}) [below left] {$\operatorname{sl}(s)$}; \node[color=red!50] at ({1.5*\lemniscateconstant*\dx},{sin(1.5*90)*\dy*0.90}) - [above right] {$\sin \bigl(\frac{\pi}{2\varpi}s\bigr)$}; + [above right] {$\sin \bigl(\frac{\pi}{\varpi}s\bigr)$}; \node[color=blue] at ({1.4*\lemniscateconstant*\dx},{-0.6*\dy}) [above right] {$\operatorname{cl}(s)$}; \node[color=blue!50] at ({1.5*\lemniscateconstant*\dx},{cos(1.5*90)*\dy*0.90}) - [below left] {$\cos\bigl(\frac{\pi}{2\varpi}s\bigr)$}; + [below left] {$\cos\bigl(\frac{\pi}{\varpi}s\bigr)$}; \draw (-0.1,{1*\dy}) -- (0.1,{1*\dy}); \draw (-0.1,{-1*\dy}) -- (0.1,{-1*\dy}); |