diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-12 13:22:45 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-02-12 13:22:45 +0100 |
commit | 5fd961c347470c260faa77a32b963a9cba1b2693 (patch) | |
tree | d8b50ac5d2709a3f14f500c11e9cde84aebcc546 /buch/chapters/040-rekursion | |
parent | Liouville-Vorbereitungen (diff) | |
download | SeminarSpezielleFunktionen-5fd961c347470c260faa77a32b963a9cba1b2693.tar.gz SeminarSpezielleFunktionen-5fd961c347470c260faa77a32b963a9cba1b2693.zip |
typos
Diffstat (limited to 'buch/chapters/040-rekursion')
-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} % |