$$T: \mathbb{R^2} \longrightarrow \mathbb{R^2}$$ $$Ker(T) = \mathbb{R}(1, 2)$$ $$T(2, 3) = (5, -2)$$
The matrix for the linear function is (this is the solution): $$\begin{vmatrix} 10 \quad -5 \\ -4 \quad 2 \end{vmatrix}$$ But, knowing that a linear function is uniquely determined by the vector on its basis (of $\mathbb{R^2}$ in this case), and that $\begin{vmatrix} 1 \\ 2 \end{vmatrix}$ and $\begin{vmatrix} 2 \\ 3 \end{vmatrix}$ are vectors of a $\mathbb{R^2}$ basis, I can only get $\begin{vmatrix}0 \quad 5 \\ 0 \quad -2 \end{vmatrix}$ as matrix of the $T$ linear function.
Can you help me, please?