Let $V=M_2(\mathbb R)$ and $T(A)={ A }^{ t }$.
I was asked to find the characteristic polynomial of $T$ and it's eigenvalues, and finally to say if $T$'s diagonalizable.
Is there a way to solve this without actually finding a matrix representation of $T$?
(since I've tried turning it into a set of linear equations and it gets ugly)
Thanks!
You can solve it all in one go. First notice that $T^2 = id$, therefore the only possibles eigenvalues are $\pm 1$. Now you simply need to solve the equations $A^t = A$ and $A^t = -A$. This gives you as eigenvectors for the eigenvalue $1$:
$$\begin{pmatrix} 1 & 0 \\ 0 & 0\end{pmatrix}, \begin{pmatrix} 0 & 0 \\ 0 & 1\end{pmatrix}, \begin{pmatrix} 0 & 1 \\ 1 & 0\end{pmatrix}$$
And for the eigenvalue $-1$: $$\begin{pmatrix} 0 & -1 \\ 1 & 0\end{pmatrix}$$
These four matrices are linearly independent, $M_2(\mathbb R)$ has dimension 4 so they span the whole space. $M_2(\mathbb R)$ has a basis of eigenvectors for $T$, so $T$ is diagonalisable, and its characteristic polynomial is $(X-1)^3(X+1)$. This approach has a straightforward generalization for $M_n(\mathbb R)$ for any $n$.