Solve for R2 , R-1 , R3 , R4 , transitive(R)
Given the directed graph of a relation R. Find the relations: a. {(1,2),(2,2),((3,1),(3,2),(3,3),(3,4),(4,1),(4,2),(4,3),(4,4)} R2 b. {(1,2),(2,2),(3,2),(3,3),(4,1),(4,2),(4,4)} R?1 c. {(1,2),(2,2),((3,1),(3,2),(3,3),(3,4),(4,1),(4,3),(4,4)} R3 d. {(1,3),(2,1),(2,2),(2,4),(3,2),(3,4),(4,3)} R4 e. {(1,1),(1,2),(1,3),(1,4),(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(3,4), (4,1),(4,2),(4,3),(4,4)} transitive (R) f. {(1,2),(1,3),(2,1),(2,2),(2,3),(2,4),(3,2),(3,3),(4,1),(4,2),(4,3),(4,4)} g. {(1,2),(2,3),((3,1),(3,2),(3,3),(3,4),(4,1),(4,2),(4,3)} h. {(1,2),(2,2),(2,3),(3,1),(3,4),(4,2),(4,3)}