If $A\in M_{3}(\mathbb{R})$ is a matrix such that $\mbox{ Tr }(A-A^t)^{2n}=0$ for some integer $n>0$. Show that $A=A^t$
I have tried like this: Let $X=A-A^t$. Then $X$ is a skew symmetric matrix with all its eigenvalues are zero. This follows from the trace condition. From this how I can proceed?
Hint for the number-crunching route: Show that for $n>1$ and an arbitrary skew-symmetric matrix, we have $$ \begin{bmatrix} 0&a&b\\-a&0&c\\-b&-c&0 \end{bmatrix}^{2n} = (-1)^n(a^2+b^2+c^2)^{n-1}\begin{bmatrix}a^2 + b^2 & bc&-ac\\bc & a^2 + c^2 & ab\\-ac&ab&b^2+c^2\end{bmatrix} $$