Skip to content

Commit afe100c

Browse files
committed
update links to formula labels
1 parent 733efc1 commit afe100c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lectures/eigen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Here are some examples to illustrate this further.
874874
3. $A = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}$ is reducible since $A^k = A$ for all $k \geq 0$ and thus
875875
$a^{k}_{12},a^{k}_{21} = 0$ for all $k \geq 0$.
876876

877-
877+
(perron-frobe)=
878878
### The Perron-Frobenius Theorem
879879

880880
For a nonnegative matrix $A$ the behaviour of $A^k$ as $k \to \infty$ is controlled by the eigenvalue with the largest

lectures/networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ Suppose we have a weighted directed graph with adjacency matrix $A$.
10721072
For simplicity we will suppose that the nodes $V$ of the graph are just the
10731073
integers $1, \ldots, n$.
10741074

1075-
Let $r(A)$ denote the {ref}`spectral radius<neumann_series_lemma>` of $A$.
1075+
Let $r(A)$ denote the {ref}`spectral radius<la_neumann>` of $A$.
10761076

10771077
The **eigenvector centrality** of the graph is defined as the $n$-vector $e$ that solves
10781078

@@ -1085,7 +1085,7 @@ The **eigenvector centrality** of the graph is defined as the $n$-vector $e$ tha
10851085

10861086
In other words, $e$ is the dominant eigenvector of $A$ (the eigenvector of the
10871087
largest eigenvalue --- see the discussion of the Perron-Frobenius theorem in
1088-
{ref}`the eigenvalue lecture <frobenius>`
1088+
{ref}`the eigenvalue lecture <perron-frobe>`
10891089

10901090
To better understand {eq}`ev_central`, we write out the full expression
10911091
for some element $e_i$
@@ -1229,7 +1229,7 @@ $$
12291229
$$
12301230

12311231

1232-
This follows from the {ref}`Neumann series theorem<neumann_series_lemma>`.
1232+
This follows from the {ref}`Neumann series theorem<la_neumann>`.
12331233

12341234
The parameter $\beta$ is used to ensure that $\kappa$ is finite
12351235

0 commit comments

Comments
 (0)