(Quiz week 2, agu 25th) Consider the Network corresponding to the Adjacency Matrix $A$ defined below.
$ A = \begin{bmatrix} 0 & 1 & 0 & 1 & 0 & 0 & 0\\ 1 & 0 & 1 & 1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0 & 0 & 0 & 0\\ 1 & 1 & 0 & 0 & 0 & 1 & 1\\ 0 & 0 & 0 & 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1 & 1 & 0 & 1\\ 0 & 0 & 0 & 1 & 0 & 1 & 0 \end{bmatrix}$ Build the Network using nodes 1 to 7. Then, for each node $n_ i$, calculate its respective Clustering Coefficient $C_ i$, and then, use them to calculate the Average Clustering Coefficient, $\langle C \rangle$, of the entire Network. Once the calculation is done, state which of the options listed below represents the correct value of $\langle C \rangle$:- ~ 0.38.
- ~ 0.43.
- ~ 0.48.
- ~ 0.51.
- None of the above.
Original idea by: Fábio Assunção.
Nice question. It requires a lot of calculations, so I will postpone my decision until I can find the time to worm on it.
ReplyDeleteSorry, I mean, "work on it".
ReplyDeleteQuestion accepted.
ReplyDeleteThanks for the feedback
ReplyDelete