Let $T: \text{Mat}_{2 \times 3} \rightarrow \text{Mat}_{2 \times 2}$ be defined by
$$T \left(\begin{pmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \end{pmatrix}\right) = \begin{pmatrix} a_{11} + a_{12} & a_{12} + a_{13} \\ a_{21} + a_{22} & a_{13} + a_{23} \end{pmatrix}.$$
Find bases for $R(T)$ and $N(T)$.
I found the basis for $N(T)$ which is $\begin{pmatrix} 1 & -1 & 1 \\ 0 & 0 & -1 \end{pmatrix}$ and $\begin{pmatrix} 0 & 0 & 0 \\ 1 & -1 & 0 \end{pmatrix}$.
I don't understand how to find it for $R(T)$ though as $3$ of the entries are interdependent. I know one of the vectors for the basis will be $\begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix}$, but to generate the other entries I am not sure I understand. If I put $1$ in entry $[1,1]$ how will the others react?
Thanks