Do exists such linear transformation :
$F:\mathbb{R}^3\rightarrow \mathbb{R}^3 F(1, 2, 1) = (1, 0, 0), F(1, 0, 1) = (0, 1, 0), F(0, 1, 0) = (1, 0, 0)$
How should I do it in general?
Do exists such linear transformation :
$F:\mathbb{R}^3\rightarrow \mathbb{R}^3 F(1, 2, 1) = (1, 0, 0), F(1, 0, 1) = (0, 1, 0), F(0, 1, 0) = (1, 0, 0)$
How should I do it in general?
Let $a = (1,2,1)$, $b=(1,0,1)$ and $c=(0,1,0)$. Then notice that $F(a)$ should equal $F(b+2c)$. But it doesn't. So the answer is "no such linear transformation exists." To do it in general, write $a, b,$ and $c$ as rows of a matrix $A$ and solve each $Ax = v_i$, where the $v_i$ are in vectors you want to hit in the codomain.