File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ Here are some examples to illustrate this further.
8748743 . $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
880880For a nonnegative matrix $A$ the behaviour of $A^k$ as $k \to \infty$ is controlled by the eigenvalue with the largest
Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ Suppose we have a weighted directed graph with adjacency matrix $A$.
10721072For simplicity we will suppose that the nodes $V$ of the graph are just the
10731073integers $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
10771077The ** 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
10861086In other words, $e$ is the dominant eigenvector of $A$ (the eigenvector of the
10871087largest eigenvalue --- see the discussion of the Perron-Frobenius theorem in
1088- {ref}` the eigenvalue lecture <frobenius > `
1088+ {ref}` the eigenvalue lecture <perron-frobe > `
10891089
10901090To better understand {eq}` ev_central ` , we write out the full expression
10911091for some element $e_i$
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
12341234The parameter $\beta$ is used to ensure that $\kappa$ is finite
12351235
You can’t perform that action at this time.
0 commit comments