My target is to find relation from given task. Please include explanations of solving not just an answer. Thank you. $$A = \{ 1, 2, 3, 4 \} $$ $$R_1 = \{ (1, 2), (1, 3), (2, 4), (2, 2), (3, 4), (4, 3) \}$$ $$R_2 = \{ (1,1), (1,2), (3,1), (4,3), (4, 4) \}$$ How to find $R_1;R_2$ and $R_2;R_1$?
I have no idea from where to start. What must be my first step? Please help me to find logic between this.