Let $f: \mathbb{R}^{3} \rightarrow \mathbb{R}^{2}, f(x) = Ax$ where matrix $$A= \begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \end{pmatrix}$$
Calculate the dimensions and basis of the kernel $\text{Ker}(f)$ and of the image $\text{Im}(f)$.
I tried this:
$$\text{Ker(f)}= \begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \end{pmatrix} \cdot x=\begin{pmatrix} 0\\ 0 \end{pmatrix} \Leftrightarrow$$
$$ \Leftrightarrow\begin{pmatrix} 0\\ 0 \end{pmatrix}= \begin{pmatrix} 1\\ 4 \end{pmatrix}x + \begin{pmatrix} 2\\ 5 \end{pmatrix}+ \begin{pmatrix} 3\\ 6 \end{pmatrix}$$
So kernel has 3 basis and 2 dimensions?
I don't know how to do it with the image and I'm not sure if this is correct at all. Please can you tell me if this is right and if not how to do it correctly? It's no homework, I took this task to understand it for more complicated tasks in exam.