aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-02-12 13:22:45 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-02-12 13:22:45 +0100
commit5fd961c347470c260faa77a32b963a9cba1b2693 (patch)
treed8b50ac5d2709a3f14f500c11e9cde84aebcc546 /buch/chapters/040-rekursion
parentLiouville-Vorbereitungen (diff)
downloadSeminarSpezielleFunktionen-5fd961c347470c260faa77a32b963a9cba1b2693.tar.gz
SeminarSpezielleFunktionen-5fd961c347470c260faa77a32b963a9cba1b2693.zip
typos
Diffstat (limited to 'buch/chapters/040-rekursion')
-rw-r--r--buch/chapters/040-rekursion/beta.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/chapters/040-rekursion/beta.tex b/buch/chapters/040-rekursion/beta.tex
index f244d18..fbaea46 100644
--- a/buch/chapters/040-rekursion/beta.tex
+++ b/buch/chapters/040-rekursion/beta.tex
@@ -59,7 +59,7 @@ B(x,y) - B(x+1,y)
\end{align*}
oder
\begin{equation}
-B(x+1,y) = B(x,y) - B(x,y+1).
+B(x,y) = B(x+1,y) + B(x,y+1).
\label{buch:rekursion:gamma:betarek1}
\end{equation}
%