Let $V = M_{2,2}(\mathbb{C})$, the vector space of all $2 × 2$-matrices over $\mathbb{C}$. Consider the matrix $$B= \left[ \begin{array}{ c c } 0 & 2 \\ 0 & 0 \end{array} \right] $$ Let $f : V → V$ be the function given by $f(X) = BX + XB$ for all $X ∈ V$. Determine the eigenvalues of the map $f$ and find the dimension of each of its non-zero eigenspaces. Determine whether or not $f$ is diagonalisable.
I've been trying this question for a while and have no idea what to do, can someone please explain how do this step by step. Thank you.
It's clear that $f$ is a linear transformation between finite dimensional vector spaces. In particular, it's not hard to see that the matrix representation of $[f]$ is a $4\times 4$ matrix. If we choose the basis \begin{align} \mathcal{B}=\left\{ e_1= \begin{pmatrix} 1 & 0\\ 0& 0 \end{pmatrix}, e_2= \begin{pmatrix} 0 & 1\\ 0& 0 \end{pmatrix}, e_3= \begin{pmatrix} 0 & 0\\ 1& 0 \end{pmatrix}, e_4= \begin{pmatrix} 0 & 0\\ 0& 1 \end{pmatrix} \right\} \end{align} then we see that $[f]_{\mathcal{B}\rightarrow \mathcal{B}}$ is given by \begin{align} [f]_{\mathcal{B}\rightarrow \mathcal{B}} = ([f(e_1)]_\mathcal{B}\ \ [f(e_2)]_\mathcal{B}\ \ [f(e_3)]_\mathcal{B}\ \ [f(e_4)]_\mathcal{B}). \end{align}
Observe \begin{align} f(e_1) =& \begin{pmatrix} 0 & 2\\ 0 & 0 \end{pmatrix} = 2e_2,\ \ f(e_2) = \begin{pmatrix} 0 & 0\\ 0 & 0 \end{pmatrix} \\ f(e_3) =& \begin{pmatrix} 2 & 0\\ 0 & 2 \end{pmatrix} = 2e_1+2e_4,\ \ f(e_4) = \begin{pmatrix} 0 & 2\\ 0 & 0 \end{pmatrix} = 2e_2 \end{align} then we have \begin{align} [f]_{\mathcal{B}\rightarrow \mathcal{B}} = \begin{pmatrix} 0 & 0& 2& 0\\ 2 & 0& 0& 2\\ 0 & 0& 0& 0\\ 0 & 0& 2& 0 \end{pmatrix}. \end{align}
I will leave the rest to the reader.