Chapter 2: Mathematical Foundations

2.8 Problems and Exercises

1. For the types of relations listed in Problem 3 in Chapter 1, are the ties implied by these relations directed or undirected?

a. International trade

Answer: Directed

b. Financial transactions among banks

Answer: Directed

c. Preschool children’s stated play preferences

Answer: Directed

d. College student attendance at university functions

Answer: Undirected

e. Who one trusts in an organization

Answer: Directed

f. Advice-seeking among scientific research team members

Answer: Directed

g. Who one talks to about important matters

Answer: Directed

h. Money lending in a rural Indian community

Answer: Directed

i. Conflict among ethnic groups in South Sudan

Answer: Undirected

j. Enjoys working with in small project teams

Answer: Directed

k. Would want to work on future projects with others in a high tech firm

Answer: Directed

l. Sexual relationships among IV drug users

Answer: Undirected

m. Lab proximity of scientists in a research institute

Answer: Undirected

n. Observed interactions at a company picnic

Answer: Undirected

o. County commissioners and their votes on policy issues

Answer: Undirected

 

2. Re-express the simple graph below as an adjacency matrix.

fig_1_1.jpg

Answer:

Graph as adjacency matrix

               fig_2_1.jpg

 

3. Re-express the graph in problem 2 as a geodesic distance matrix. What do those distances mean?

Answer:

The distance on the shortest path from i to j.

Geodesic distance matrix

fig_3_1.jpg

 

4. For the graph in Problem 2 above, provide examples of each of the following:

a. Paths

Example: f-e-c-d

b. Trails

Example: a-b-c-e-b

c. Walks

Example: a-b-c-e-b-a

 

5. Re-express the directed valued graph below as a valued proximity matrix.

fig_4_1.jpg

Answer:

Valued proximity matrix

fig_5_1.jpg

 

6. For the bank wiring room games graph in Figure 2.2a, if the edge between nodes W7 and W5 were removed, how many components would the graph now have? If we were to calculate geodesic distances for the new graph, what would be the distance between W9 and W3? Explain.

fig_6_1.jpg

Answer:

Answer: Once the edge between W7 and W5 is removed there are now 4 components, two larger components and two isolates.

Answer part 2: The distance between W7 and W5 once the edge is removed is undefined or infinite (i.e., there is no path by which W7 can reach W5 and vice versa)

 

7. For each of the network examples in Chapter 1, Problem 3, are the associated matrices one-mode or two-mode?

a. International trade

Answer: One mode

b. Financial transactions among banks

Answer: One mode

c. Preschool children’s stated play preferences

Answer: One mode

d. College student attendance at university functions

Answer: Two mode

e. Who one trusts in an organization

Answer: One mode

f. Advice-seeking among scientific research team members

Answer: One mode

g. Who one talks to about important matters

Answer: One mode

h. Money lending in a rural Indian community

Answer: One mode

i. Conflict among ethnic groups in South Sudan

Answer: One mode

j. Enjoys working with in small project teams

Answer: One mode

k. Would want to work on future projects with others in a high tech firm

Answer: One mode

l. Sexual relationships among IV drug users

Answer: One mode

m. Lab proximity of scientists in a research institute

Answer: One mode

n. Observed interactions at a company picnic

Answer: One mode

o. County commissioners and their votes on policy issues

Answer: Two mode

 

8. Given a friendship relation and ‘is the boss of’ relation, use matrix multiplication to hand-calculate the “is friends with the boss of” relation.

table_2.jpg

Recall that if cell (A,C) has a value greater than zero in the ‘is friends w/ the boss of’ matrix, it means that A is friends with C’s boss. From a power perspective, how would you view the row sums of the ‘Friend of boss of’ matrix?

Answer: 

A high row sum means that the row person is friends with lots of people’s bosses. They are in a position to shape the bosses’ perceptions of their subordinates positively or negatively. Either way, the persons with larger row sums have potential influence. The subordinates would do well to recognize this source of influence on their bosses.

table_2_1_1.jpg