Skip to content

Commit 59b93ae

Browse files
committed
Fix brackets
1 parent 3d9489f commit 59b93ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ that solves
11971197
```{math}
11981198
:label: katz_central
11991199
\kappa_i = \beta \sum_{1 \leq j 1} a_{ij} \kappa_j + 1
1200-
\qquad \text{for all} i \in \{0, \ldots, n-1}.
1200+
\qquad \text{for all } i \in \{0, \ldots, n-1\}.
12011201
```
12021202

12031203
Here $\beta$ is a parameter that we can choose.

0 commit comments

Comments
 (0)