Given the real vector spaces $\mathbb{R}^2$ and $\mathbb{R}^4$, and the application:
$$f: (a, b, c, d) \in \mathbb{R}^4 \mapsto (a + b, c - 2d) \in \mathbb{R}^2$$
How can I find the image of $f$ and its dimension?
I know the dimension of the image is equal to the rank of the matrix given by $a+b$ and $c-2d$, so it's $2$ I guess, but how can I find the image of $f$?
$f$ is linear. Therefore it’s image is a linear subspace of $\mathbb R^2$. Also $f(1,0,0,0) =(1,0)$ and $f(0,0,1,0)= (0,1)$. As $\{(1,0),(0,1)\}$ spans $\mathbb R^2$, the image of $f$ is all $\mathbb R^2$ and the dimension of the image of $f$ is equal to $2$.