(...continued)
(continued...)
Please see the attached file for the fully formatted problems.
Let A = {a. b, c, d} and let the relation R be defined on A by the
0 0 1 1
matrix MR = 0 1 0 0 Note, take the nodes in A in the order given.
0 0 1 0
1 0 0 0
(a) Use Warshall' s Algorithm (Section 7.4 of the text) to determine the transitive closure of R.
(b) Draw the digraph of the transitive closure of R and use the digraph to explain the idea of connectivity. Is this graph connected? What does this mean?
Transitive closure of a relation is investigated.