Find the matrix $B$ for the transformation $A = \begin{bmatrix} 3 & 1 \\ -1 & 4 \end{bmatrix}$ in the basis $\left\{ \begin{bmatrix} 2 \\ 1 \end{bmatrix}, \begin{bmatrix} 1 \\ 0 \end{bmatrix} \right\}$.
Am I overcomplicating this? Do I just put the basis into its own $2 \times 2$ matrix and then use the formula $S^{-1}AS$? I feel like I know how to do this, but want to make sure I'm going in the right direction.
Note that the transformation from basis
$$\mathcal{B}=\left\{ \begin{bmatrix} 2 \\ 1 \end{bmatrix}, \begin{bmatrix} 1 \\ 0 \end{bmatrix} \right\}$$
to the standard basis is
$$v_S=Sv_B=\begin{bmatrix} 2 & 1 \\ 1 & 0 \end{bmatrix}v_B$$
thus given in the standard basis
$$w_S=Av_S$$
in the new basis we have
$$Sw_B=ASv_B\implies w_B=S^{-1}ASv_B$$
Can you follow these steps? What is not clear to you?