From 7654fd3e1748cdd0f7804917ebb31e48681bd792 Mon Sep 17 00:00:00 2001 From: RickGelhausen Date: Tue, 17 Oct 2023 15:15:34 +0200 Subject: [PATCH] fixed formulas --- exercise-sheet-0.Rmd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exercise-sheet-0.Rmd b/exercise-sheet-0.Rmd index dd4ee15..ea1100c 100644 --- a/exercise-sheet-0.Rmd +++ b/exercise-sheet-0.Rmd @@ -12,10 +12,7 @@ title: "Exercise sheet 0: Math" Given the recursive Formulation, fill in the array underneath: $$ -\begin{align*} -a_{n+1} &= a_{n} + d, \quad \forall n : 2 \leqslant n < x, \\ -a_{n+1} &= 0, \quad \text{else} -\end{align*} +a_{n+1} &= a_{n} + d, \quad \forall n : 2 \leqslant n < x, $$ ```{r, echo=FALSE}