trace of the inverse of a matrix times another matrix

1.5k Views Asked by At

I do know generally $\text{trace}(A^{-1}B)\not= \sum_i \lambda_{B_i}/\lambda_{A_i}$,

where $\lambda_{A_i}$ and $\lambda_{B_i}$ are the corresponding eigenvalues of matrix $A$ and $B$ respectively,

but is there any cases when this equality can be statified?

2

There are 2 best solutions below

0
On BEST ANSWER

If $A$ and $B$ are simultaneously diagonalisable (or trigonalisable) and you are combining eigenvalues for the same (generalised) eigenvectors then this obviously holds. In other cases (i.e., almost always), all bets are off.

0
On

There are many cases: let $A$ be $\gamma \cdot I$ where $I$ is the identiy matrix and $\gamma$ is an arbitrary scalar $\neq 0$, or let $B=0$ (the matrix with every entry zero).

If not every eigenvalue is the same you should give an order of them.