0

I have the following question in my book for mathematics: "Show that $A\in M_{n\times n}$has the same eigenvalues as $A^\tau$.

I can see how to do this for a $1\times 1,\ 2\times 2$, etc.

I would just always calculate the characteristic polynomial $p(\lambda)$, where $p(\lambda) = \det (A - \lambda I)$ and than solve for $\lambda$.

Now I can't really wrap my head around how to do this for a general $n\times n$ matrix. I think this would probably involve induction over $n$, but I'm not really sure how and how to get even started.

PinkyWay
  • 4,565

1 Answers1

2

\begin{align*} \det\left(A^T-cI\right) & = \det\left(A^T-cI^T\right) &(\because I^T=I)\\ & =\det(A-cI)^T\\ &=\det(A-cI) & (\because \det(M)=\det\left(M^T\right)) \end{align*} So the characteristic polynomials are same.

PinkyWay
  • 4,565
Anurag A
  • 41,067