I'm given the exercise:
Given the subspace: $$U =\left\{ \textit{x} = \left(\begin{matrix} x_1 \\ x_2 \\ x_3 \end{matrix} \right) \in \mathbb{F} | x_1=x_2+x_3 \right\} \subset \mathbb{F}^3$$ and the function $f: U \rightarrow \mathbb{F}^2$ defined by: $$f \left(\begin{matrix} x_1 \\ x_2 \\ x_3 \end{matrix} \right) = \left(\begin{matrix} x_1 \\ x_3 \end{matrix} \right) $$ a) Find a basis for $U$
b) Find the matrix $A$ that represents the linear transformation with respect to the found basis of $U$ and the standard basis $(e_1,e_2)$ for $\mathbb{F}^2$
c) Show that $f: U \rightarrow \mathbb(F)^2$ is isomorphic
I have found the basis of $U$ to be $\left(\left(\begin{matrix} 1 \\ 1 \\ 0 \end{matrix} \right) , \left(\begin{matrix} 1 \\ 0 \\ 1 \end{matrix} \right)\right)$. However I have no idea how I should interpret or solve question b. Question c shouldn't be a problem when I've solved b. Any help is much appreciated.