MathJax


quinta-feira, 29 de setembro de 2022

Question 7 - The Science Project

During a science project, Pedro created a system that is governed by the following equation:

$$f(x) = \frac{1}{32}x^{2}a\ -\frac{1}{2}xz +3$$

In this system, \(a\) and \(z\) are constants that are adjusted manually by him, while \(x\) is the primary variable he wants to change. During his experimental tests, he found that the system can be very unstable, only for a few values of \(x\) for different \(a\) and \(z\) the system becomes stable. Can you help him find an equation that given  \(a\) and \(z\) he can easily find the value of \(x\)?

  1. \(x = \frac{16z}{2a}\)
  2. \(x = \frac{16za}{2}\)
  3. \(x = \frac{2az}{16}\)
  4. \(x = \frac{16a}{2z}\)
  5. None of the above.

  Original idea by: Pedro Henrique Di Francia Rosso

quinta-feira, 22 de setembro de 2022

Question 6 - Scale-free Property

  With respect to the Scale-Free Property, given the following statements:

  1. One of the key differences between scale-free networks and random networks is that hubs are forbidden in the random networks, but are expected in scale-free networks.
  2. In the Anomalous Regime, all nodes are close and connect in the same central hub. Thus the degree of the biggest hub increases linearly with the network size (N), so the average path length depends on N.
  3. Most real networks are present in the ultra-small world (Scale-free Regime) because their first and second moments are finite.
  4. In the Random Regime, the probability \(P_k\) decays sufficiently fast to make the hubs smaller and less numerous, so the scale-free networks in this regime are more closer to the random networks, being hard to distinguish one from another.

  Which alternative contains all the correct statements?

  1. I and IV are true.
  2. II and III are true.
  3. II and IV are true.
  4. I and III are true.
  5. None of the above.

  Original idea by: Pedro Henrique Di Francia Rosso

quinta-feira, 15 de setembro de 2022

Question 5 - Cayle Trees

Cayley trees are trees that have a central node, and all the nodes in the tree have degree \(k\). Each time we expand this tree, each leaf connects to another (k-1) node.


A Cayley tree is denoted by P (distance from the leaf to the central node) and k (the degree of any node). The tree in the picture is a P(3) and k(4) Cayley Tree. How many leaf nodes this tree has? For a Cayley Tree with P(\(\delta\)) and k(\(\lambda\)), how many leaf nodes it has?

  1. Leaves in the given tree: \(36\) and leaves in the P(\(\delta\)) and k(\(\lambda\)) tree: \(\lambda(\lambda - 1)^{\delta}\)
  2. Leaves in the given tree: \(36\) and leaves in the P(\(\delta\)) and k(\(\lambda\)) tree: \(\lambda(\lambda - 1)^{(\delta - 1)}\)
  3. Leaves in the given tree: \(42\) and leaves in the P(\(\delta\)) and k(\(\lambda\)) tree: \(\lambda(\lambda)^{(\delta - 1)}\)
  4. Leaves in the given tree: \(42\) and leaves in the P(\(\delta\)) and k(\(\lambda\)) tree: \(\lambda(\lambda - 1)^{(\delta - 1)}\)
  5. None of the above.

  Original idea by: Pedro Henrique Di Francia Rosso

quinta-feira, 8 de setembro de 2022

Question 4 - Distances?

Given the directed and unweighted graph below, and supposing that we start in node 1:


Which of the following items gives the information about the Furthest Node and one of the Shortest Paths to the furthest Node?
  1. Furthest Node: \(8\) and Shortest Path: \(1 \to 2 \to 4 \to 7 \to 8\)
  2. Furthest Node: \(8\) and Shortest Path: \(1 \to 2 \to 6 \to 7 \to 8\)
  3. Furthest Node: \(9\) and Shortest Path: \(1 \to 2 \to 6 \to 7 \to 9\)
  4. Furthest Node: \(9\) and Shortest Path: \(1 \to 2 \to 4 \to 7 \to 8 \to 9\)
  5. None of the above.

  Original idea by: Pedro Henrique Di Francia Rosso

Question 12 - Dendrogram

Applying a divisive algorithm on the network below, we obtain the following dendrogram: Network  Dendrogram Looking at the dendrogram, we...