Let $\phi : M_{2 \times 3}(F) \to F \,\,; \,\, \left[ \begin{matrix} a & b & c \\ d & e & f \end{matrix} \right] \mapsto 2a - b$
Let $\psi : M_{2 \times 3}(F) \to F \,\,; \,\, \left[ \begin{matrix} a & b & c \\ d & e & f \end{matrix} \right] \mapsto c + 2b$
Let $\theta: M_{2 \times 3}(F) \to F \,\,; \,\, \left[ \begin{matrix} a & b & c \\ d & e & f \end{matrix} \right] \mapsto 0$
Can you see why $\phi,\psi,\theta$ are linear transformations? You can use this to show that
$T : M_{2 \times 3}(F) \to M_{2 \times 2}(F) \,\,; \,\, A := \left[ \begin{matrix} a & b & c \\ d & e & f \end{matrix} \right] \mapsto \left[ \begin{matrix} \phi(A) & \psi(A) \\ \theta(A) & \theta(A) \end{matrix} \right]$
is linear as follows: for any scalar $\lambda \in F$ and any matrices $A,B \in M_{2 \times 3}(F)$ we find
$T(\lambda A + B) = \left[ \begin{matrix} \phi(\lambda A + B) & \psi(\lambda A + B) \\ \theta(\lambda A + B) & \theta(\lambda A + B) \end{matrix} \right]$
$= \left[ \begin{matrix} \lambda\phi (A) + \phi(B) & \lambda \psi(A) + \psi(B) \\ \lambda\theta( A) + \theta(B) & \lambda\theta(A) + \theta(B) \end{matrix} \right]$
$ = \lambda \left[ \begin{matrix} \phi (A) & \psi(A) \\ \theta( A) & \theta(A) \end{matrix} \right] = \left[ \begin{matrix} \phi (B) & \psi(B) \\ \theta( B) & \theta(B) \end{matrix} \right] = \lambda T(A) + T(B)$,
using the linearity of $\phi,\psi,\theta$ and the definition of the vector space operations of a space of matrices.