Suppose that $T(x_1,x_2) = (x_1+4x_2,0,x_1-3x_2,x_1)$. Find a matrix $A$ such that
$$A\begin{pmatrix} x_1\\x_2\end{pmatrix}=\begin{pmatrix} x_1 + 4x_2\\0\\x_1 - 3x_2\\x_1\end{pmatrix}$$
How would I solve this question?
Suppose that $T(x_1,x_2) = (x_1+4x_2,0,x_1-3x_2,x_1)$. Find a matrix $A$ such that
$$A\begin{pmatrix} x_1\\x_2\end{pmatrix}=\begin{pmatrix} x_1 + 4x_2\\0\\x_1 - 3x_2\\x_1\end{pmatrix}$$
How would I solve this question?
Copyright © 2021 JogjaFile Inc.
Think about what it is you want your matrix $A$ to do. I.e., given a matrix $X = \begin{pmatrix} x \\ y \\ \end{pmatrix}$, you want to find a matrix $A$ such that $AX$ yields some other matrix whose rows are:
Knowing the rules of matrix multiplication, can you take it from here?