I am meant to find a basis for the kernel and image of the linear transformation $T:M_{2,2} \rightarrow M_{2,2}$ given by $T(X) = AXA$ where $A = \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix}$
and det$A = 0$. I cannot think of any way to do this other than to expand the matrix product, and find conditions on the elements of $X$. Is there any other way? Expanding doesn't seem to be working, I can't seem to use the fact $ad - bc = 0$.
Edit: The field is not specified in the question, but it is assumed to be either $\mathbb{R}$ or $\mathbb{C}$. Which ever one yields a simpler solution can be chosen.
The matrix of $T$ with respect to the canonical basis of $M_{2,2}$ given by $E_{11}, E_{12}, E_{21}, E_{22}$ is $$ \pmatrix{ a^2 & ac & ab & bc \\ ab & ad & b^2 & bd \\ ac & c^2 & ad & cd \\ bc & cd & bd & d^2 \\ } $$ Now row-reduce this matrix...