Consider a relation R= {(1, 1) (1, 3), (2, 2), (2,3) (3,123 on the set A = {1,2,37 Find transitive using warshalls algorithm... closure of the relation R consider
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
the transitive closure of a binary relation R on a set X is the smallest relation on X that contains R and is transitive
steps of Warshall’s Algorithm:
Step 1: Execute
Step 2: Execute
Step 3: For all such that , and for all execute the operation
Step 4: If , then stop: the solution is , else go to step 2.
in our case:
k = 1:
k =3:
transitive closure: