Having trouble answering the question.
Let $A=\{1,2,3,4,5\}$ and $\mathcal{R}$ the relation on $A$ with matrix representation:
$$\begin{array}{c|ccccc} &1&2&3&4&5\\ \hline 1&T&F&F&F&F\\ 2&F&T&F&T&F\\ 3&F&F&T&F&F\\ 4&F&T&F&T&T\\ 5&F&F&F&T&T\end{array}$$
(i): Determine the transitive closure $\mathcal{R}^*$ of $\mathcal{R}$. Express your answer as a set of ordered pairs.
(ii): Write down the partition of the set $A$ into equivalence classes induced by $\mathcal{R}^*$.
Thanks for help.
Hint:
Here is a directed graph representing the relation $\mathcal{R}$ with a directed edge from $x$ to $y$ iff $x\mathcal{R}y$.
Is it currently transitive?
What is the necessary edge(s) you need to make it transitive?
Is there a natural way to partition these elements so that in the image they are "grouped" how the edges appear?