I have to define (find?) the linear transformation $ f:\mathbb{R}^{3}\rightarrow \mathbb{R}^{2} \ \ \ where:$
$f(1,1,0)=(1,1)$
$f(0,2,-1)=(-1,0)$
$f(1,2,-1)=(0,2)$
How to achieve this? It is hard to guess this transformation I think. I will be glad if someone give me few tips or method how to do this task.
The transformation $f$ has this form $$f(x,y,z)=(a_1x+b_1x+c_1z,a_2x+b_2x+c_2z)\tag{*}$$ write the given equalities using $(*)$ and solve for the coefficients $a_i,b_i$ and $c_i$.