Lancelot59
- 640
- 1
I'm given the following linear transformations:
<br /> T \left[ \begin{array}{cccc} 2 \\ 2 \end{array} \right] = \left[ \begin{array}{cccc} 1 \\ 2 \end{array} \right]<br />
<br /> T \left[ \begin{array}{cccc} -4 \\ 0 \end{array} \right] = \left[ \begin{array}{cccc} -5 \\ 1 \end{array} \right]<br />
I need to find:
<br /> T \left[ \begin{array}{cccc} -2 \\ 3 \end{array} \right] = ?<br />
I solved prior problems by just reverse engineering it. That method seemed to fail here.
I came up with the following
<br /> T \left[ \begin{array}{cccc} x_{1} \\ x_{2} \end{array} \right] = \left[ \begin{array}{cccc} x_{1}-1 \\ \frac{x_{2}}{3}+1 \end{array} \right]<br />
And it worked for both of the given cases, but it didn't for the unknown.
I got T \left[ \begin{array}{cccc} -3 \\ 1 \end{array} \right], and the answer is: T \left[ \begin{array}{cccc} -4 \\ 3 \end{array} \right]
So how do I go about solving this problem?
<br /> T \left[ \begin{array}{cccc} 2 \\ 2 \end{array} \right] = \left[ \begin{array}{cccc} 1 \\ 2 \end{array} \right]<br />
<br /> T \left[ \begin{array}{cccc} -4 \\ 0 \end{array} \right] = \left[ \begin{array}{cccc} -5 \\ 1 \end{array} \right]<br />
I need to find:
<br /> T \left[ \begin{array}{cccc} -2 \\ 3 \end{array} \right] = ?<br />
I solved prior problems by just reverse engineering it. That method seemed to fail here.
I came up with the following
<br /> T \left[ \begin{array}{cccc} x_{1} \\ x_{2} \end{array} \right] = \left[ \begin{array}{cccc} x_{1}-1 \\ \frac{x_{2}}{3}+1 \end{array} \right]<br />
And it worked for both of the given cases, but it didn't for the unknown.
I got T \left[ \begin{array}{cccc} -3 \\ 1 \end{array} \right], and the answer is: T \left[ \begin{array}{cccc} -4 \\ 3 \end{array} \right]
So how do I go about solving this problem?