A stupid question
Let $F:\Bbb R^3\rightarrow\Bbb R^3$ the operator such that
$F((1,0,0)=(0,-1,1))\\ F((0,1,0)=(3,1,2))\\ F((0,0,1))=(2,1,1)) $
Determine the matrix $A$ of $F$ in canonical basis.
I think that tha matrix $A$ is $$ \begin{pmatrix} 0 & -1 & 1 \\ 3 & 1 & 2 \\ 2 & 1 & 1 \\ \end{pmatrix} $$
But in the correction of test my professor said "no"! So, those vector should be used as columns of $A$? I don't understand why
The matrix you are looking for is $\begin{pmatrix} 0 & -1 & 1 \\ 3 & 1 & 2 \\ 2 & 1 & 1 \\ \end{pmatrix}^{T}$.