MathJax


Sunday, April 23, 2023

2023-210

Consider a random network with constant probability of connexion \( p = 0.1 \) at all times and a number of nodes that increases over time according to \( N(t) = 10t \). What would it be the function that estimates the variation of average links over time \( d \langle L \rangle/dt \)?

  1. \( 10t - 1 \)
  2. \( 0.1 * [10t - 1] \)
  3. \( 10t - 1/2 \)
  4. \( 0.1 * [10t - 1/2] \)
  5. None of the above
Original idea by: Germán Darío Buitrago Salazar

No comments:

Post a Comment

2025-271

Consider a network generated using the Barabasi-Albert model, whose sequence of node addition is A,B,C,D,E. Consider m=2 and that new nodes ...