1
$\begingroup$

I want to kow how to expand this matrix exponential: $(I-AB^{-1})^{-n}$.

Also, can anyone name a few applications where you may want to consider this expansion?

Sorry if the question is too naive, please consider me as from some other planet coming to earth to study maths. I would be quick to learn if you guys can name me a few resources where I should look, or just keywords to search.

Thank you!

  • 0
    See this link about [autovectors](http://en.wikipedia.org/wiki/Eigenvector) maybe it's what you are looking for. For example, if you solve $X\lambda=\lambda v$, where $X=I-AB^{-1}$, then it's easy find the power $n$ or $-n$ of $X$. Because how explain this [link](http://en.wikipedia.org/wiki/Diagonalizable_matrix) if$X$is diagonalizable, then we can write $X$ as $YZY^{-1}$ too and it's easy see ${(YZY^{-1})}^n=YZ^nY^{-1}$.2011-11-04

1 Answers 1

2

An "easy" way, without Eigenvalues and eigenvectors:

${(I-C)}^{-n}={((I-C)^n)}^{(-1)}=(\displaystyle\sum_{i=0}^{n}\binom{n}{i}(-C)^n)^{(-1)}$

Taking $C=AB^{-1}$

$C^n=AB^{-1}AB^{-1}AB^{-1}\ldots AB^{-1}$ with $n$ produts of $AB^{-1}$

Then a way to expand this could be:

$(I-AB^{-1})^{-n}=(\sum_{i=0}^{n}\binom{n}{i}(-\prod_{j=1}^{n}{AB^{-1}})^{-1}$.