Consider the Scale-Free Network Model with minimum degree k_min = 1.
Define f(
Compute the following ratios:
1. f(10⁴, 7/3) / f(10⁴, 5)
2. f(10⁸, 7/3) / f(10⁸, 5)
3. f(10¹², 7/3) / f(10¹², 5)
The values for (1), (2), and (3) are approximately, respectively:
A. 1, 10_000, 1_000_000_000
B. 1, 100_000_000, 1_000_000
C. 100, 10_000, 1_000_000
D. 100, 100_000_000, 1_000_000_000
E. None of the above
Note: underscores are used only for readability of large numbers.
Original idea by: Rodolfo Bitu