1

Let $T: \mathbb C^n \rightarrow \mathbb C^n$ be linear. Let $\beta$ and $\gamma$ be any two ordered bases. Prove that the eigenvalues of $[T]_\beta$ and $[T]_\gamma$ are the same.

Can anyone provide tips/hints in the right direction? I'm struggling as I try to understand this intuitively....thank you

A A
  • 559

3 Answers3

1

Hint:

$[T]_\beta$ and $[T]_\gamma$ are similar matrices, i.e. there is a matrix $Q$ (change of coordinate matrix) so that $[T]_\beta = Q^{-1}[T]_\gamma Q$.

  • Oh okay, so they have the same characteristic polynomials and therefore same eigenvalues. Thanks! – A A Dec 05 '13 at 05:21
1

The eigenvalues are a property of the operator $T$. Recall that $\lambda$ is an eigenvalue of $[T] $ if $0=\det([T]-\lambda\,I)=\det([T-\lambda\,I]) $. This happens precisely when the operator $T-\lambda\, I$ is not invertible, i.e. there exists $v\in\mathbb C$ with $Tv=\lambda v$. This shows that the eigenvalues of $[T]$ (in any basis) are precisely the eigenvalues of $T$.

Martin Argerami
  • 205,756
1

HINT $$det(B - \lambda I_n) = det(A - \lambda I_n)$$ for two similar matrices $A$ and $B$. (Why?)

Don Larynx
  • 4,703