aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-31 22:55:49 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-31 22:55:49 +0100
commita08ceeb804e40e13673339aace0c554eb50e921a (patch)
treec371665d6d66f6328af30b33ac989afccc5561d6 /buch/chapters/040-rekursion/uebungsaufgaben/3.tex
parentMerge branch 'master' of github.com:AndreasFMueller/SeminarSpezielleFunktionen (diff)
downloadSeminarSpezielleFunktionen-a08ceeb804e40e13673339aace0c554eb50e921a.tar.gz
SeminarSpezielleFunktionen-a08ceeb804e40e13673339aace0c554eb50e921a.zip
complete stuff on hypergeometric differential equations
Diffstat (limited to 'buch/chapters/040-rekursion/uebungsaufgaben/3.tex')
-rw-r--r--buch/chapters/040-rekursion/uebungsaufgaben/3.tex11
1 files changed, 0 insertions, 11 deletions
diff --git a/buch/chapters/040-rekursion/uebungsaufgaben/3.tex b/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
deleted file mode 100644
index a747ecb..0000000
--- a/buch/chapters/040-rekursion/uebungsaufgaben/3.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-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}