The linear operator $T : V \to \mathbb{R}^2$ is such that $T(v_1)=(−1, 1)$, $T(v_2)=(1,1)$, and $T(v_3)=(2,0)$, where $v_1$, $v_2$, $v_3$ is a basis of $V$. Compute kernel($T$) and range($T$). Is $T$ one-to-one? onto? an isomorphism?
I started by assuming $v_1 = (1, 0, 0)$, $v_2 = (0, 1, 0)$ and $v_3 = (0, 0, 1)$ so as to form a basis in $\mathbb{R}^3$. I'm struggling to get from there to the matrix that defines $T$, from which I could calculate the kernel, range, etc. To map from an $\mathbb{R}^3$ input to an $\mathbb{R}^2$ output, I believe T needs to be a $2 \times 3$-matrix, and my first thought is that $T$ should be $((-1, 1, 2), (1, 1, 0))$ to generate the outputs above given standard basis vectors of $\mathbb{R}^3$ as inputs.
Mostly looking for confirmation on this line of thinking.
dimension of $V$ is $3$ while the image space has only dimension $2$, hence it cannot be one-to-one.
To check whether it is onto, check that $(1,1)$ and $(2,0)$ spans $\mathbb{R}^2$.
You can verify the claim by working on the particular matrix $\begin{bmatrix} -1 & 1 & 2 \\ 1 & 1 & 0\end{bmatrix}$ as what you did.