Let phi(A):R^2->R^2 be a linear operator given by multiplication matrix
A =
(1 1
01)
Find a matrix that represents this operator with respect to the basis (1,0) and (-1,1).
Any help would be much appreciated because I'm a bit confused as to what I should be doing here.
For any linear transformation $\phi\colon \mathbb{R}^2 \to \mathbb{R}^2$, and basis $(v_1,v_2)$ of $\mathbb{R}^2$, there exist constants $b_{ij}$ such that \begin{align*} \phi(v_1) &= b_{11}v_1 + b_{12}v_2 \\ \phi(v_2) &= b_{21}v_1 + b_{22}v_2 \end{align*}
Those coefficients $b_{ij}$ make up a matrix $B$, which is the matrix that represents $\phi$ with respect to $(v_1,v_2)$.
You have been given $\phi$, $v_1$, and $v_2$; you should be finding $b_{ij}$.