Solution:Let the elements be a, b, c on which the relation is defined. Then from the matrix we can say that the relation given is
{(a, a), (a, c), (b, b), (c, a), (c, b)}
Now, what are the minimum number of ordered pairs that we should add to the given relation that it becomes transitive relation ?
Using Warshall's Algorithm we can see that (c, c) and
(a, b) are missing.
After adding them to the relation and making the matrix again the matrix will become
