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$.
Asked
Active
Viewed 277 times
2
-
2Is this homework? what have you tried? – yohBS Dec 19 '12 at 12:08
-
A related question. Not an exact duplicate, because there it was assumed that $B$ is invertible. Studying the answers given there will get you started anyway (more or less along the lines of Matt Pressland's +1 answer). – Jyrki Lahtonen Dec 19 '12 at 14:10
2 Answers
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
-
-
@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
-
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