Define $T : M_{n×n}(\mathbb{R}) → M_{n×n}(\mathbb{R})$ by $T(A) := A^t$.
I know that the corresponding eigenvalues are $+1$ and $-1$, but I'm not sure how to find the eigenvectors of this transformation, in the case of a $2\times 2$ matrix it's simple, but not in the general case.
$$A\text{ symmetric }\Rightarrow T(A)=A^T=A=1A\Rightarrow A \text{ is eigen value associated to }\lambda_1=1,$$ $$A\text{ skew-symmetric }\Rightarrow T(A)=A^T=-A=(-1)A\Rightarrow A \text{ is eigen value associated to }\lambda_2=-1.$$
On the other hand, $M_{n×n}(\mathbb{R})$ is direct sum of the subspaces of symmetric and skew-symmetric matrices, so there are no more eigenvalues.