In terms of the standard coordinates $x$, $y$, $z$, $t$ a linear map $\phi: \>{\mathbb R}^4\to{\mathbb R}^4$ appears as $$\phi{(x,y,z,t)} = (t,x,y,z)\ .$$ Now we are given a new base $$R = \{ (1,0,1,0),(0,1,0,1),(0,1,1,0),(0,1,1,1) \}$$ of $\mathbb{R}^4$ and should find the matrix $M_R(\phi)$.
Is my thinking correct? As I understand I need to find the matrix created by the linear transormation: $$ \left( \begin{matrix} 0 & 0 & 0 & 1\\ 1 & 0 & 0 & 0\\ 0& 1& 0 & 0\\ 0& 0& 1 & 0\\ \end{matrix} \right) $$ then, solve $$ \left[ \begin{array}{cccc|c} 1&0&0&0&a\\ 0&1&1&1&b\\ 1&0&1&1&c\\ 0&1&0&1&d\\ \end{array} \right] $$
by turning it to row echelon form to find out how the vector will look in the R basis. Is it the correct way to do a question like this?
The most straight-forward way (as I see it) would be to follow this:
So, since the first basis vector in $R$ is $(1,0,1,0)$, the first column of $M_R(\phi)$ is $\phi(1, 0, 1, 0) = (0,1,0,1)$, but expressed using the basis $R$ rather than the standard basis. And so on.