Skip to content

Commit

Permalink
fixed latex
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Oct 17, 2023
1 parent 85ce5ff commit 7252615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-sheet-0.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: "Exercise sheet 0: Math"
Given the recursive Formulation, fill in the array underneath:

$$
a_{n+1} &= a_{n} + d, \quad \forall n : 2 \leqslant n < x
a_{n+1} = a_{n} + d, \quad \forall n : 2 \leqslant n < x
$$

```{r, echo=FALSE}
Expand Down

0 comments on commit 7252615

Please sign in to comment.