Assuming we know the eigenvalues of both $AB$ and $B$. Is there any way of determining the eigenvalues of the matrix $A$?
More precise formulation of my problem: I have two non-hermitian matrices $A$ and $B$ such that:
- $AB$ is stable (i.e. all eigenvalues have negative real part)
- All eigenvalues of $B$ are equal to 1 (i.e. $\lambda(B)=1$ and $\det(B)=1$)
Intuitively, I would think that this implies that A is stable too (since $\det(AB)=\det(A)$). However I have not been able to prove this.