diff options
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/040-rekursion/beta.tex | 2 |
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} % |