Let $T:\mathbb{R}^3\ \rightarrow \mathbb{R}^2$ be a linear mapping defined by $T(x,y,z)=(a_1x+a_2y+a_3z,b_1x+b_2y+b_3z)$, such that $a_1,a_2,a_3,b_1,b_2,b_3\in \mathbb{R}$ (constants).
Let $\{v_1,v_2\}$ be the dual basis to the standard basis of $\mathbb{R}^2$ and $\{u_1,u_2,u_3\}$ be the dual basis to the standard basis of $\mathbb{R}^3$.
What is $T^*(v_1)$ and $T^*(v_2)$. Furthermore, what is $T^*(v_1)$ and $T^*(v_2)$ in terms of the basis $\{u_1,u_2,u_3\}$, where $T^*$ represents the transpose of $T$.
I am not really sure how to start, and I do apologize for the lack of work.
I do realize that if $A$ is the matrix representation of $T$, then its transpose $A^T$ will be the matrix representation of $T^*$. I am just unsure how to go about the problem, and am confused regarding how to evaluate $T^*$ of some vector. (i.e. $T^*(v_1)$).
Any help would be much appreciated. Thanks in advance!
You have all the knlwledge need to solve the problem. Since the matrix of $T$ with respect to the standard bases is$$\begin{pmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\end{pmatrix},$$the matrix of $T^*$ with respect to the dual bases is its transpose$$\begin{pmatrix}a_1&b_1\\a_2&b_2\\a_3&b_3\end{pmatrix}.$$Therefore, $T^*(v_1)=a_1u_1+a_2u_2+a_3u_3$ and $T^*(v_2)=b_1u_1+b_2u_2+b_3u_3$.