I don't know how to tackle the next problem, any help is appreciated
Here it is:
Determine whether the following are linear transformations from $ℝ^2$ into $ℝ^3$
a) $L(x)=(x_1,x_2,1)^T$
Well I know I have to check 2 properties,
$L(v_1+v_2)=L(v_1)+L(v_2)$
$L(\alpha v)=\alpha L(v) $ for scalar alpha and vectors in the vector space
my attempt:
$L(\alpha x)=(\alpha x_1,\alpha x_2, \alpha 1)^T=\alpha L(x) $
but the other property I don't know how to do, the 1 isn't like an x (or v)
thanks in advance :)