diff --git a/content/Mathematischer_Hintergrund.tex b/content/Mathematischer_Hintergrund.tex index 27b26ef..48bbf7e 100644 --- a/content/Mathematischer_Hintergrund.tex +++ b/content/Mathematischer_Hintergrund.tex @@ -47,7 +47,7 @@ Anhand des Galton-Brettes lässt sich nun wie bereits beschrieben leicht erkenne \[ P(S_n = k) = \frac{n!}{k!(n-k)!} p^k q^{n-k} \] - Nach der Stirling-Formel gilt für große Zahlen näherungsweise $n! \approx \sqrt{2\pi n} \left(\frac{n}{e}\right)^n$. Ersetzen wir $n!, k!$ und $(n-k)!$ durch diese Näherung: + Nach \cref{satz:stirlingformel} gilt für große Zahlen näherungsweise $n! \approx \sqrt{2\pi n} \left(\frac{n}{e}\right)^n$. Ersetzen wir $n!, k!$ und $(n-k)!$ durch diese Näherung: \begin{align} P(S_n = k) &\approx \frac{\sqrt{2\pi n} \left(\frac{n}{e}\right)^n}{(\sqrt{2\pi k} \left(\frac{k}{e}\right)^k)(\sqrt{2\pi (n-k)} \left(\frac{(n-k)}{e}\right)^{(n-k)})} p^k q^{n-k} \nonumber \\ &= \frac{n^n \sqrt{2\pi n}}{k^k \sqrt{2\pi k} (n-k)^{n-k} \sqrt{2\pi (n-k)}} p^k q^{n-k} \label{eq1:e}\\ @@ -217,7 +217,7 @@ Die Gamma-Funktion berechnet wie folgt die Fakultät in $\mathbb{N}$: \begin{satz}[Stirlingformel]{stirlingformel} Für $n\mapsto\infty$ gilt nach \textsc{Stirlings} Approximation, dass \[ - n!\sim \sqrt{2\pi n}\left(\frac{n}{e}\right)^n + n!\approx \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \] Das bedeutet \[ diff --git a/galton.pdf b/galton.pdf index d8a0304..d33597a 100644 Binary files a/galton.pdf and b/galton.pdf differ diff --git a/galton.tex b/galton.tex index d9527d8..a80fb42 100644 --- a/galton.tex +++ b/galton.tex @@ -24,7 +24,7 @@ \end{textblock*} \begin{textblock*}{3cm}(\dimexpr\paperwidth-3.5cm\relax,1.2cm) - \includegraphics[width=2.5cm]{images/ulogo.pdf} + \includegraphics[width=2.5cm]{images/logo_up_math.png} \end{textblock*} \maketitle diff --git a/images/logo_up_math.png b/images/logo_up_math.png new file mode 100644 index 0000000..9ade9b1 Binary files /dev/null and b/images/logo_up_math.png differ