Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Consider the directed network G = ( V , E ) with N = 5 nodes and L = 8 links, in which node 1

Consider the directed network G=(V,E) with N=5 nodes and L=8 links, in which
node 1 points to nodes 2 and 3, node 2 points to node 4, node 3 points to nodes 2 and
4, node 4 points to node 2, and node 5 points to nodes 3 and 4.
(a) Draw the network and write down its adjacency matrix A.
(b) How many weakly-connected components and how many non-trivial (i.e. with
more than one node) strongly-connected components are there in the network?
List all the nodes belonging to each one of these components. List all the nodes
belonging, respectively, to the in-component and the out-component of each of the
non-trivial strongly-connected components.
(c) Determine the in-degree sequence {k1in,k2in,k3in,k4in,k5in} and the out-degree
sequence {k1out,k2out,k3out,k4out,k5out} of the network. Write down the average node
in-degree, the average node out-degree, the node in-degree distribution Pin(k) and
the node out-degree distribution Pout(k).
(d) Calculate the normalised in-degree centrality xi of each node of the network and
rank the nodes, from the most to the least central, according to their in-degree
centrality.
(e) Calculate the eigenvector centrality xi of each node of the network and rank the
nodes, from the most to the least central, according to their eigenvector centrality.
To obtain the eigenvector centrality, start from the initial guess x(0)=1N1 where
1 is the N-dimensional column vector of elements 1i=1AAi=1,2dots,N, and use
the following recursive rule
x(n)=Ax(n-1),
where ninN. Finally calculate the eigenvector centrality xi of each node i of the
network from the limit
xi=limnxi(n)j=1Nxj(n).
Can you obtain the same result by directly calculating eigenvalues and
eigenvectors of the adjacency matrix?
(f) State the definition of the Katz centrality. Calculate the Katz centrality xi of each
node of the network and rank the nodes, from the most to the least central,
according to their Katz centrality. Do you get a different ranking from that
obtained based on the eigenvector centrality? Explain why.
(g) Calculate the NN matrix d whose element dij is the length of the shortest
paths from node i to node j. Calculate the efficiency centrality xi of each node of
the network and rank the nodes, from the most to the least central, according to
their efficiency centrality.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions