Matrix Mapping from R2 to R3. Determine matrix and size question?

$\begingroup$

Let $T$ be a linear mapping from $\Bbb R^2$ to $\Bbb R^3$ . $T$ is represented by a matrix $A$ (‘standard matrix’). What is the size of this matrix? Determine $A$ if we know that

$$T\left(\begin{bmatrix}-1 \\ 1\end{bmatrix}\right) = \begin{bmatrix}3 \\ 0 \\ -1\end{bmatrix}\text{ and }T\left(\begin{bmatrix}-1 \\ 2\end{bmatrix}\right) = \begin{bmatrix}5 \\ 1\\0\end{bmatrix}$$

$\endgroup$ 1

1 Answer

$\begingroup$

The columns of the standard matrix are given by $$ T\left(\begin{bmatrix} 1\\0\end{bmatrix}\right),T\left(\begin{bmatrix} 0\\1\end{bmatrix}\right) $$ Now use linearity to find $$ T\left(\begin{bmatrix} 0\\1\end{bmatrix}\right)= T\left(\begin{bmatrix} -1\\2\end{bmatrix}\right)-T\left(\begin{bmatrix} -1\\1\end{bmatrix}\right) $$ and $$ T\left(\begin{bmatrix} 1\\0\end{bmatrix}\right)= T\left(\begin{bmatrix} -1\\2\end{bmatrix}\right)-2T\left(\begin{bmatrix} -1\\1\end{bmatrix}\right) $$

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like