Hi,
I am new to programming and I am trying to calculate the eigenvector centrality of an directed graph mapping onto a social network. These are large matrices. I know how to calculate eigenvectors and the adjacency matrix associated with the graph. I am just unsure how to combine those two parts to calculate eigenvector centrality. Thanks in advance.
-Spencer