I understood that $A$ and $A^T$ have the same eigenvalues, since $$\det(A - \lambda I)= \det(A^T - \lambda I) = \det(A - \lambda I)^T$$ The problem is to show that $A$ and $A^T$ do not have the same eigenvectors. I have seen around some posts, but I have not understood yet why.
Could you please provide an exhaustive explanation of why in general $A$ and $A^T$ do not have the same eigenvectors?
The thing is that, unless the matrix is symmetric, $A$ and $A^T$ represent different systems of equations. Try with a simple example.
When calculating the eigenvectors you solve the equations $(A-\lambda I)v =0$ and $(A^T-\lambda I)w=0$, which again are different systems.