[Math] How to determine the matrix which represents T and find range

linear algebramatrices

Suppose $T:\mathbb{R}^3\to\mathbb{R}^2$ is a linear transformation with:
$$T(e_1)=\begin{bmatrix}3\\1\end{bmatrix},\qquad T(e_2)=\begin{bmatrix}4\\1\end{bmatrix},\qquad T(e_3)=\begin{bmatrix}5\\9\end{bmatrix}.$$

a) Determine the matrix which represents $T$.

b) Compute $T\begin{bmatrix}2\\3\\-1\end{bmatrix}$ (Is the answer for this $\begin{bmatrix}13\\4\end{bmatrix}$?)

c) Write the range of $T$ as the span of a set of linearly independent vectors.

d) Is the vector $\begin{bmatrix}\pi\\\sqrt{2}\end{bmatrix}$ in the range of $T$?

Please give explanations and show steps with answers. I really want to learn how to do this… Thank you…

Best Answer

Since $T:\mathbb{R}^3\to\mathbb{R}^2$, then you are looking for a 2 by 3 matrix. If you don't know already,

$e_1=\begin{bmatrix}1\\0\\0\end{bmatrix},\qquad e_2=\begin{bmatrix}0\\1\\0\end{bmatrix},\qquad e_3=\begin{bmatrix}0\\0\\1\end{bmatrix}$

Since $T(e_1)=\begin{bmatrix}3\\1\end{bmatrix}$, and $T(e_1)=T\begin{bmatrix}1\\0\\0\end{bmatrix}=$ the first column of $T$ (try multiplying out to see why), then you know that the first column of $T$ is $\begin{bmatrix}3\\1\end{bmatrix}$

Then repeat this reasoning for the other columns to get $T$.

Once you know what $T$ is, then use the definition of matrix-vector multiplication to answer part b. (If I am not mistaken, $\begin{bmatrix}13\\4\end{bmatrix}$ is close to the answer.)

For part c, think about the definition of range, and the relationship between vectors in the range and $T$. It should consist of vectors in $\mathbb{R}^2$, by looking at $T$. Thus, you need at most 2 vectors (any more than that, and the set won't be linearly independent anymore).

Part d is true if you can write $\begin{bmatrix}\pi\\\sqrt{2}\end{bmatrix}$ as a linear combination of the two linearly independent vectors in part c, and false otherwise.