sexta-feira, 21 de novembro de 2025

Barabási: Ch. 10 — Spreading Phenomena

In the homogeneous-mixing SI model, which statement correctly describes the analytical solution for the time required to reach a fraction $i(t) = 0.5$?

a) It depends only on the total population size and not on the infection rate $𝛽$

b) It always occurs at the same time, regardless of the initial condition

c) It is inversely proportional to the contact density but not to $𝛽$

d) It increases linearly with the initial number of infected individuals

e) None of the above. 

Original idea by: Gabriel Sato

quinta-feira, 6 de novembro de 2025

Barabási: Ch. 8 — Network Robustness

Consider an Erdos-Rényi network with $N=1000$ nodes and an average degree $\langle k \rangle = 8$. The network undergoes a targeted attack (removal of the highest-degree nodes). Approximately what fraction $f_A$ of nodes needs to be removed to fragment the network? Now, consider a scale-free network with same $N=1000$, $\langle k \rangle = 8$, and $\gamma=2.5$. If the fraction calculated for the Erdos-Rényi network is removed from the scale-free network in a targeted attack, what is expected to happen?

a) $f_A \approx 87.5\%$. The scale free network will also require $f_A \approx 87.5\%$ removal, as the $\langle k \rangle$ is the same.

b) $f_A \approx 12.5\%$. The scale free network will be completely fragmented long before the removal of $f_A$.

c) $f_A \approx 87.5\%$. The scale free network will be completely fragmented long before the removal of $f_A$.

d) $f_A \approx 12.5\%$. The scale free network will also require $f_A \approx 12.5\%$ removal, because the attack is targeted.

e) None of the above


Original idea by: Gabriel Sato

sexta-feira, 24 de outubro de 2025

Barabási: Ch. 7 — Degree Correlation

Consider a network with 4 nodes (1, 2, 3, 4) and the following 5 edges: (1, 2), (1, 3), (2, 3), (2, 4), (3, 4). What is the average nearest neighbor degree for nodes of degree $k=3$, denoted as $k_{nn}(3)$?

a) 2.5

b) 3.0

c) 2.67

d) 2.33

e) None of the above

Original ideia by: Gabriel Sato

sexta-feira, 3 de outubro de 2025

Barabási: Ch. 5 — Barabási-Albert Model

Consider a network of N = 1000 nodes constructed using the Barabási–Albert (BA) model with parameter m = 3. We know that $\langle k \rangle = 2m = 6$ and $P(k) \sim k^{-3}$.
Now compare this network with an Erdős–Rényi network of the same size and same average degree, where the degree distribution is concentrated around $\langle k \rangle$.

Which alternative best describe the difference between these two types of networks?

a) In a BA network, the probability of finding nodes with degree much larger than 6 is significantly higher than in an Erdős–Rényi network.

b) In a BA network, all nodes tend to have degrees close to 6 just like in an Erdős–Rényi network.

c) In a BA network, the probability of high-degree nodes decays exponentially, while in Erdős–Rényi it follows a power law.

d) In both networks, the probability of hubs is practically the same.

e) None of the above


Original idea by: Gabriel Sato

sexta-feira, 19 de setembro de 2025

Barabási: Ch. 4 — Scale Free Networks

 In scale-free networks, the maximum degree grows with the size of the network as a power of the total number of nodes.

Suppose you have a scale-free network with $\gamma = 2.5$ and a total of $N = 10^6$ nodes. Which of the following best approximates the maximum degree in the network?


a) $N^{0.5} \approx 10^3$

b) $N^{1/3} \approx 10^2$

c) $N^{2/3} \approx 10^4$

d) $N^{1.5} \approx 10^9$

e) None of the above


Original idea by: Gabriel Sato

sexta-feira, 5 de setembro de 2025

Barabási: Ch. 3 — Random Networks

G1(N,p1) and G2(N,p2) are two random networks with the same number of nodes N, but different link probabilities with p1>p2

Which of the following statements is correct?

a) G1G_1will have a lower clustering coefficient than G2G_2.

b) G2G_2 will have a larger average degree than G1G_1.

c) G1G_1is more likely to contain a giant component than G2G_2.

d) Both G1G_1and G2G_2must have the same degree distribution, since they share the same number of nodes N.

e) None of the above


Original idea by: Gabriel Sato

sexta-feira, 22 de agosto de 2025

Barabási: Ch. 2 — Graph Theory

 Consider the statements about the following network:


I. The graph is connected;

II. The graph will have 2 components if edge DG is removed;

III. Edge AD is a bridge;

IV. When applying the Breadth-First Search (BFS) algorithm starting from node D, node C and node E will be the last to be visited.


Which alternative lists all correct statements?

a) I

b) I, II

c) I, III

d) I, III, IV

e) None of the above


Original idea by: Gabriel Sato