$A$ be a $2\times 2$ real matrix with trace $2$ and determinant $-3$, consider the linear map $T:M_2(\mathbb{R})\to M_2(\mathbb{R}):=B\to AB$ Then which of the following are true?
$T$ is diagonalizable
$T$ is invertible
$2$ is an eigen value of $T$
$T(B)=B$ for some $0\ne B\in M_2(\mathbb{R})$
if $ A=\begin{pmatrix}a_{11}&a_{12}\\a_{21}&a_{22}\end{pmatrix}$ Then I have calculated that matrix of $T$ will be \begin{pmatrix}a_{11}&a_{12}&0&0\\a_{21}&a_{22}&0&0\\0&0&a_{11}&a_{12}\\0&0&a_{21}&a_{22}\end{pmatrix} so $T$ is invertible I can say as $\det T=(\det A)^2=9$, could any one help to find out others as true/false?
Nicely done so far. Don't forget to precise that you took the matrix of $T$ with respect to the basis $\{E_{11},E_{12},E_{21},E_{22}\}$ if you are to write this down.
By assumptions, the characteristic polynomial of $A$ is $$X^2-(\mbox{tr} \,A)X+\det A=X^2-2X-3=(X-3)(X+1).$$ So the eigenvalues of $A$, $-1,3$, are distinct. Hence $A$ is diagonalizable. This should help you answer 1, 3, and 4. By block considerations. Note that 4 says that $1$ is an eigenvalue of $T$.
In case you are not used to matrix block computations, if $P$ is invertible in $M_2$, then $$ \pmatrix{P&0\\0&P}\pmatrix{A&0\\0&A}\pmatrix{P^{-1}&0\\0&P^{-1}}=\pmatrix{PAP^{-1}&0\\0&PAP^{-1}} $$ in $M_4$. So if $P$ diagonalizes $A$...