Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Oct 17, 2023
1 parent 7252615 commit aed9933
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 @@ -47,7 +47,7 @@ column index


$$
D_{i, j} = max (D_{i-1. j-1} + 2, D_{i-1, j} + 3, D_{i, j-1} + 1)\ \forall i, j : i \ge j > 1
D_{i, j} = max (D_{i-1. j-1} + 2, D_{i-1, j} + 3, D_{i, j-1} + 1)\ , \quad \forall i, j : i \ge j > 1
$$
```{r, echo=FALSE}
htmltools::includeHTML("html/matrixMax.html")
Expand Down

0 comments on commit aed9933

Please sign in to comment.