I have some issues understanding the following question:
The vector space $V$ has bases $B_1 = \{v_1,v_2,v_3\}$ and $B_1' = \{v_1',v_2',v_3'\}$ and $W$ has bases $B_2 = \{w_1,w_2\}$ and $B_2' = \{w_1',w_2'\}$.
The map $T:V\rightarrow W$ is linear and satisfies
$T(v_1)=w_1'+3w_2',\ \ \ T(v_2)=2w_1'+w_2',\ \ \ T(v_3)=3w_1'+2w_2'.$
Also suppose
$v_1' = 2v_1+v_2 +3v_3,\ \ \ v_2'=v_1+5v_2+6v_3,\ \ \ v_3'=v_1+3v_2+3v_3$
and
$w_1'=3w_1+w_2,w_2'=4w_1+w_2.$
Find the matrix of $T$ with respect to $B_1$ and $B_2$ and with respect to $B_1'$ and $B_2'$
Now here are my problems:
- Does $[T]_{B_1}^{B_2}$ mean the $T$ matrix takes a vector from the space by $B_2$, apply both transformation and then convert it to $B_1$ coordinates or the other way around?
- Is this question asking for $[T]^{B_1}_{B_2}$ and $[T]^{B_1'}_{B_2'}$?
- Is it correct to summarize that " $T(B_1)=\begin{pmatrix}1&3\\2&1\\3&2\end{pmatrix}\begin{pmatrix}w_1'\\w_2'\end{pmatrix}$ " or should the order of the two matrices change?