summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel5/ueb5-12.tex
blob: cad0a778fa45c2403f6109a65cd22e8ec8aeeec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass{article}
\usepackage{german}
\setlength{\textwidth}{135mm}
\begin{document}
\setcounter{equation}{2}
\begin{equation}
S(z) = -\cos\left(\frac{\pi}{2} z^2\right) \sum_{n=0}^\infty 
     \frac{(-1)^n\pi^{2n+1}}{1\cdot3\cdots(4n+3)} z^{4n+3}
       +\sin\left(\frac{\pi}{2} z^2\right) \sum_{n=0}^\infty
     \frac{(-1)^n\pi^{2n}}{1\cdot3\cdots(4n+1)} z^{4n+1}
\end{equation}
\end{document}