aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-18 17:17:17 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-18 17:17:17 +0100
commit205b65bcb0891d941b60f295876b40121cfe871e (patch)
treead462ab90fef64c56d860250e16961828e7cbaf4 /buch/chapters/040-rekursion/uebungsaufgaben/3.tex
parentEigenwertproblem auf dem Rechteck (diff)
downloadSeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.tar.gz
SeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.zip
more info about gamma function
Diffstat (limited to '')
-rw-r--r--buch/chapters/040-rekursion/uebungsaufgaben/3.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/buch/chapters/040-rekursion/uebungsaufgaben/3.tex b/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
new file mode 100644
index 0000000..a747ecb
--- /dev/null
+++ b/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
@@ -0,0 +1,11 @@
+Finden Sie eine Formel für $\Gamma(\frac12+n)$ für $n\in\mathbb{N}$.
+
+\begin{loesung}
+Die Funktionalgleichung für die Gamma-Funktion bedeutet
+\[
+\Gamma({\textstyle\frac12}+n)
+=
+({\textstyle\frac12}+n-1)
+\Gamma({\textstyle\frac12}+n-1)
+\]
+\end{loesung}