Let T be the linear operator on $M_{n \times n }(R)$ defined by $T(A)=A^{t}$.
1). Find an ordered basis $\beta$ for $M_{2 \times 2}(R)$ such that $[T]_\beta$ is a diagonal matrix.
2). Find an ordered basis $\beta$ for $M_{n \times n}(R)$ such that $[T]_\beta$ is a diagonal matrix for n>2.
The theorem I can think of is
Theorem :linear operator T on a finite-dimensional vector space V is diagonalizable if and only if there exists an ordered basis β for V consisting of eigenvectors of T. Furthermore, if T is diagonalizable, β = {$v_1 , v_2 , . . . , v_n$} is an ordered basis of eigenvectors of T, and $D = [T]_\beta$, then D is a diagonal matrix and $D_{jj}$ is the eigenvalue corresponding to $v_j$ for $1 ≤ j ≤ n$.
Question: I am still not sure how to tackle those problems, any thought?
First, it is clear that if $A=A^T$ then $TA = A $ and so any symmetric matrix is an eigenvector corresponding to $\lambda = 1$.
A basis for the symmetric matrices is $E_{kk}, E_{ij}+E_{ji}$ with $i \neq j$ hence the eigenspace corresponding to $\lambda=1$ has dimension ${1 \over 2} n (n+1)$.
This suggests that the skew symmetric matrices are worth looking at to complete the set of eigenvectors.
If $A=-A^T$ then we see that any skew symmetric matrix is an eigenvector corresponding to $\lambda = -1$. A basis for the skew symmetric matrices is $E_{ij}-E_{ji}$ with $i \neq j$. Since there are ${1 \over 2} n (n-1)$ of them we have a basis for the space of matrices.
Aside: We can compute the characteristic equation by $\det (\lambda I -T)$, but this is messy. If we can find a monic polynomial $p$ of lowest degree such that $p(T) = 0$ (this is called the minimal polynomial and you can show that it must divide the characteristic polynomial), then all of the eigenvalues of $T$ are roots of $p$ and vice versa (not counting multiplicities).
In this case we can check that with $p(x) = x^2-1$ we have $p(T) = 0$ and since $T$ is not a multiple of the identity, it must be the smallest degree such polynomial. Since the roots are $\pm 1$, we know that the eigenvalues are $\pm 1$.
The above shows that the characteristic polynomial is $\chi_T(x) = (x-1)^{{1 \over 2} n (n+1)} (x+1)^{{1 \over 2} n (n-1)}$, I am glad that I did not work it out explicitly :-).