Question: Consider the network with N = 4 nodes and adjacency matrix A given by A = ( [ 0 , 1 , 1 , 1

Consider the network with N=4 nodes and adjacency matrix A given by
A=([0,1,1,1],[1,0,1,1],[0,0,0,0],[0,0,0,0])
(a) Calculate the number of links in the network and draw the network. Is the
network directed or undirected?
(b) Is the network weakly connected? Is the network strongly connected? List the
nodes belonging to each of the strongly-connected components in the network.
(c) Calculate the in- and the out-degree centrality xi of each node i=1,2,dots,N in
the network and rank the nodes, from the most to the least central, according to
their in-degree centrality.
(d) Calculate the eigenvector centrality xi of each node i=1,2,dots,N of the network
and rank the nodes, from the most to the least central, according to their
eigenvector centrality. To this end start from the initial guess x(0)=1N1 where 1
is the N-dimensional column vector of elements 1i=1AAi=1,2dots,N. Consider
the iteration
x(n)=Ax(n-1),
for ninN.
Finally, calculate the eigenvector centrality xi of each node i of the network by
finding the limit
xi=limnxi(n)j=1Nxj(n).
(e) State the definition of the PageRank centrality. Calculate the PageRank
centrality xi of each node i=1,2,dots,N of the network and rank the nodes, from
the most to the least central, according to their PageRank centrality.
Consider the network with N = 4 nodes and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!