I'm trying some old exam questions to prepare for my linear algebra exam and there is the following question, which I can't figure out.
Given the following linear transformation $$ L: \mathbb{R}^4 \rightarrow \mathbb{R}^4 : (x,y,z,w) \mapsto (2x,2y-w,-2x+4y-2w,5z+5w)$$ Find a basis $\alpha$ and a basis $\beta$, both in $\mathbb{R}^4$, such that $$L_\alpha^\beta =\begin{pmatrix} 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ \end{pmatrix} $$ where $L_\alpha^\beta$ is the matrix representation of L with respect to bases $\alpha$ and $\beta$.
I'm not really sure how to begin with this problem. If we take a random vector $(a,b,c,d)$ in $\mathbb{R^4}$ and multiply with $L_\alpha^\beta$ , we get the following : $$L_\alpha^\beta \cdot \begin{pmatrix} a \\ b \\ c \\ d \end{pmatrix} = (a, 0, c, d) ,$$
which means that all vectors in the basis $\beta$ will be of that form. Is that even possible? How can I express a vector $(0,1,0,0) \in \mathbb{R^4}$ with respect to that basis? Am I completely misunderstanding something?
Can someone point me in the right direction?
Thank you.
EDIT: I think I've found $v_2 = (0,\frac{1}{2},-1,1)$ but I'm still no further. I hope edit might bump the post and someone will be able to help me.