2,147 views
0 votes
0 votes
I want to know the best way through which we can find transitive closures of any relation ? Please let me know.

2 Answers

0 votes
0 votes
If r is a relation on a then it's xsitive closure = the smallest xsitive relation on a which contain r ...eg a={a,b,c} and r= {(a,c),(c,b)} then r* = { (a,c),(c,b),(a,b)}
0 votes
0 votes
You can check Relations chapter in Keneth Rosen, Relations chapter, where you can find Closures topic. There is method for finding transitive closure using Matrix Multiplication.

Related questions

0 votes
0 votes
0 answers
1
Anjali Sahu asked Jun 29, 2022
232 views
In test tab there is no any submissions test option.
1 votes
1 votes
2 answers
3
sripo asked Oct 6, 2018
392 views
For given R={(1,1),(2,2),(3,3),(4,4),(1,2),(2,1),(3,4),(4,3)}Is the given relation transitive?