Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question f only complex networks Consider the directed network G = ( V , E ) with N = 5 nodes and L = 8
Question f only complex networks
Consider the directed network with nodes and links, in which node points to nodes and node points to node node points to nodes and node points to node and node points to nodes and
a Draw the network and write down its adjacency matrix
b How many weaklyconnected components and how many nontrivial ie with more than one node stronglyconnected 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 incomponent and the outcomponent of each of the nontrivial stronglyconnected components.
c Determine the indegree sequence and the outdegree sequence of the network. Write down the average node indegree, the average node outdegree, the node indegree distribution and the node outdegree distribution
d Calculate the normalised indegree centrality of each node of the network and rank the nodes, from the most to the least central, according to their indegree centrality.
e Calculate the eigenvector centrality 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 where is the dimensional column vector of elements AAidots, and use the following recursive rule
where ninN. Finally calculate the eigenvector centrality of each node of the network from the limit
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 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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started