I'm trying to find a matrix of (any) linear map $ \varphi : \mathbb{R}^{4} \rightarrow \mathbb{R}^{3} $, for which the following conditions apply:
the dimension of the image $ \varphi = 2$
$ \varphi(1,1,1,1) = (1,2,1)$
- $ \varphi(1,0,1,0) = (2,1,0)$
I already determined, that the dimension of the kernel $\varphi$ will be $2$. What should be my next steps? I think I know how I would find such a matrix, that the dimension of the image is 2, but I don't know what to do about the second and the third point.
Thanks!
Simply define $\;T:\Bbb R^4\to\Bbb R^3\;$ by
$$T(1,1,1,1)=(1,2,1)\,,\,\,T(1,0,1,0):=(2,1,0)$$
and then complete $\;\{v_1=(1,1,1,1)\,,\,\,v_2=(1,0,1,0)\}\;$ to a basis of $\;\Bbb R^4\;$ and on the two other vectors define $\;T\;$ to be zero. For example, take $\;\{v_3=(0,1,0,0)\,,\,\,v_4=(0,0,1,0)\}\;$ . Check now that $\;A:=\{v_1,v_2,v_3,v_4\}\;$ is a basis of $\;\Bbb R^4\;$ , and (again), define:
$$Tv_1=(1,2,1)\,,\,Tv_2=(2,1,0)\,,\,\,Tv_3=Tv_4=(0,0,0)$$
and extend the above definition by linearity, thus obtaining a linear map. And now represent this map wrt the above basis in $\;\Bbb R^4\;$ and say the standard one $\;B\;$ in $\;\Bbb R^3\;$, getting :
$$[T]_A^B=\begin{pmatrix} 1&2&0&0\\ 2&1&0&0\\ 1&0&0&0\end{pmatrix}$$