the question deals with relations
$R$ is a binary relation defined on $A = \{0,1,2,3\}$.
Let $R = \{(0,1), (0,2), (1,1), (1,3), (2,2), (3,0)\}$.
Find $R^t$, the transitive closure of $R$.
I have the answer but I can't seem to figure out how to get to the answer. The answer: $\{(0,0), (0,1), (0,2), (0,3), (1,0), (1,1), (1,2), (1,3), (2,2), (3,0), (3,1), (3,2), (3,3)\}$
I dont understand the order of the points. For example, why is it (1,2) instead of (2,1)?
If anyone knows the steps or a website that can help with transitive closures, I would greatly appreciate it. Thanks!