Let $f: \mathbb{R}^{3} \rightarrow \mathbb{R}^{2}, f(x)=Ax$ where $$A = \begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \end{pmatrix}$$
Check if $f$ is injective and or surjective.
I think what I need to know to answer that question is the rank of $f$.
And then if the rank is equal to the amount of colums of the matrix, then it is injective.
If the rank equals to the amount of rows of the matrix, then it is surjective.
If rank = amount of rows = amount of colums then it's bijective.
Is this correct so far?
But the problem is I don't know how to do that for this matrice, calculating the rank :(