----
> [!definition] Definition. ([[eigenvector centrality]])
> For an undirected [[network]] $G$ with [[adjacency matrix]] $A$, the **eigenvector centrality** $x_{i}$ of node $i$ is the $i^{th}$ entry in the leading [[eigenvector]] [^1] of the [[block matrix|block]] of $A$ corresponding the [[component of a graph|component]] of $G$ to which $x_{i}$ belongs.
[^1]: That is, the [[eigenvector]] corresponding to the largest (most positive) [[eigenvalue]].
> [!justification] Conceptual Motivation.
> Useful though it is, [[degree centrality]] is quite a crude measure of centrality. In effect, it awards a node one “centrality point” for every neighbor it has. But not all neighbors are necessarily equivalent. In many circumstances a node’s importance in a network is increased by having connections to other nodes that are themselves important. For instance, you might have only one friend in the world, but if that friend is the president of the United States then you yourself may be an important person. Thus centrality is not only about how many people you know but also who you know.
\
Eigenvector centrality is an extension of degree centrality that takes this factor into account. Instead of just awarding one point for every network neighbor a node has, eigenvector centrality awards a number of points proportional to the centrality scores of the neighbors. (Newman p.159)
\
With eigenvector centrality, a node can achieve high centrality by *having a lot of neighbors with modest centrality* or by *having a few neighbors with high centrality*.
> [!justification] Mathematical Motivation.
>
In light of the above discussion, the eigenvector [[centrality]] for node $i$ is defined to be proportional to the sums of eigenvector [[centrality|centralities]] of $i