Skip to content

Commit

Permalink
fixed formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Oct 17, 2023
1 parent 56f19e2 commit 7654fd3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions exercise-sheet-0.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7654fd3

Please sign in to comment.