Answer on Question#37634 - Math - Discrete Mathematics
Find the transitive closure of R={{a,a},{b,a},{b,c},{c,a},{c,c},{c,d},{d,a}, (d,c)} on the set {a,b,c,d}
Solution:
The relation is represented by a matrix:
R:

The first composition is:

The union R∪R∘R is:

There are no new links added, so we can stop the process.
The transitive closure is equal to the original relation, hence the original relation R is transitive.