Find eigenvector of inverse of matrix product

eigenvalues-eigenvectorslinear algebra

Matrices A and B are invertible and have the same eigenvector v for different corresponding eigenvalues. Show that the inverse of (AB) also has eigenvector v and find the corresponding eigenvalue.

I'm stuck on this problem and would really appreciate some help, thanks!

Best Answer

Hint. So, let's say $Av = \lambda v$, $Bv = \mu v$. Now compute $$ (AB)v = A(Bv) = A(\mu v) = \mu Av = \ldots $$ and multiply both sides by $(AB)^{-1}$.

Related Question