A matrix $A\in\mathbb{R}^{m,n}$ defines a linear mapping $f:\mathbb{R^n}\rightarrow\mathbb{R}^m$ by regarding elements of $\mathbb{R}^n$ as column vectors and setting $f(\textbf{v})=A\textbf{v}, \textbf{v}\in\mathbb{R}^{n,1}$. Since the linear function I am looking for is an endomorphism of $\mathbb{R}^3$, then $A\in\mathbb{R}^{3,3}$.
From the definition of null space one has: $\ker(f)=\{\textbf{v}\in V|f(\textbf{v})=\textbf{0}\}$ where $\textbf{0}$ is the zero-vector with the respect to the codomain basis. Hence, I though of the matrix: \begin{equation} A=\begin{pmatrix} 1&-4&0\\0&0&1 \end{pmatrix} \end{equation} It is not a $3\times3$ square matrix though so it is not correct as I need one more row vector.
Is my line of reasoning correct? How can the solution be found?