What 2 × 2 matrix M satisfies M ∗ [x, y]=[y, x] for all vectors [x, y]?
Could someone explain to me, step by step, what I should do here? I have an exam but I am stuck with this one. I am a newbie, but I like it to be honest, although the teachers explanation are way too complex for me at the moment.
I would appreciate a step by step approach, because that's what I am missing at the moment.
You're looking for a $2 \times 2$ matrix so that
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} y \\ x \end{pmatrix}$$
You could start by seeing what happens when this matrix acts on the basis vectors of $\mathbb{R}^2$, $\begin{pmatrix} 1 \\ 0 \end{pmatrix}$ and $\begin{pmatrix} 0 \\ 1 \end{pmatrix}$.
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} 1 \\ 0 \end{pmatrix} = \begin{pmatrix} a \\ c \end{pmatrix}$$
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} b \\ d \end{pmatrix}$$