a) Draw a diagram corresponding to the following vertex matrix.
b) Find all paths of length 3 from to .
c) Is the graph connected?
d) Find all the loops of link 4 from to .
e) Find the number of all 4 step connections from to .
f) Find all cliques of the graph g.
g) Is g a tournament graph?
solution to Problem 2
a) The diagram corresponding to the vertex matrix is
b) Compute the matrix :
According to the forth row and the second column's entry, there is only one 3-step
connection from to , and it is
.
c) Compute .
Since do not
have any zero entry, the graph is connected.
d)Find all the loops of link 4 from to .
Compute :
Considering the matrix , since , there are two ways to loop from back to itself, and they are:
Compute :
e) Using the entry of we realize that the number of all 4 step connections from to is 5 and they are listed below:
f) Similar to part (f) of problem 1 . Find the matrix and compute , then belongs to a clique if in nonzero.then find out that the only clique is
g) Is g a tournament graph?
The answer is No, because there are pair of points holds, for example holds.