Let $T : \mathbb{R}^3 \to \mathbb{R}^3$ be a linear trasformation with
$T \left(\begin{bmatrix} 1 \\ -2 \\ -1 \\ \end{bmatrix}\right) = \begin{bmatrix} 1 \\ -1 \\ 2 \\ \end{bmatrix} $ and $T \left(\begin{bmatrix} -2 \\ 1 \\ 3 \\ \end{bmatrix}\right) = \begin{bmatrix} 0 \\ -2 \\ 4 \\ \end{bmatrix} $ find $T \left(\begin{bmatrix} -1 \\ -4 \\ 3 \\ \end{bmatrix}\right) = $
Can someone help me out with this its not making sense to me
If we could find scalars $\alpha$ and $\beta$ such that $$ \begin{bmatrix}-1\\-4\\3\end{bmatrix}=\alpha\begin{bmatrix}1\\-2\\-1\end{bmatrix}+\beta\begin{bmatrix}-2\\1\\3\end{bmatrix} $$ then the linearity of $T$ would imply that \begin{align*} T\left(\begin{bmatrix}-1\\-4\\3\end{bmatrix}\right) &=\alpha T\left(\begin{bmatrix}1\\-2\\-1\end{bmatrix}\right)+\beta T\left(\begin{bmatrix}-2\\1\\3\end{bmatrix}\right) \\ &= \alpha\begin{bmatrix}1\\-1\\2\end{bmatrix}+\beta\begin{bmatrix}0\\-2\\4\end{bmatrix} \end{align*} Can you find such $\alpha$ and $\beta$?