2

Let $A,B \in M(n,\mathbb{C})$ be two $n\times n$ matrices. I would like know how to prove that eigen-value of $AB$ is the same as the eigen-values of $BA$.

Pooya
  • 21

2 Answers2

6

Hint: let $v$ be an eigenvector of $AB$ with eigenvalue $\lambda$. What is $BABv$?

Jyrki Lahtonen
  • 133,153
mdp
  • 14,671
  • 1
  • 39
  • 63
  • I think you mean $Bv$ – Tomas Dec 19 '12 at 13:52
  • @sun Nope, although that would also be a good question to ask. Answering the question I asked should lead to an answer to your suggested modification, if I've understood correctly. – mdp Dec 19 '12 at 13:59
  • right. I initially thought you wanna ask what's the eigenvector of BA. – Tomas Dec 19 '12 at 14:15
3

you can prove $|\lambda I-AB|=|\lambda I-BA|$ by computing the determinant of following $$ \left( \begin{array}{cc} I & A \\ B & I \\ \end{array} \right) $$ in two diffeerent ways.

Tomas
  • 1,369