Prove $e^{T^{-1}AT} = T^{-1}e^AT$.

288 Views Asked by At

Let $T$ be a $n \times n$ invertible matrix, A $n \times n$ matrix. Prove that $e^{T^{-1}AT} = T^{-1}e^AT$. Also, if we know $T^{-1}AT$ and $T$, how can we calculate the matrix exponential $e^{At}$.

For now, I don't know where to start so I would really appreciate some hints, thank you!

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: first prove by induction $(T^{-1}AT)^n=T^{-1}A^nT$, then use $e^M=\sum_{n\ge0}\tfrac{M^n}{n!}$.

0
On

For any $n \times n $ matrix $A$, $e^A=I+A+\frac{A^2}{2!}+\cdots+\frac{A^n}{n!}+\cdots$. From this it can be easily shown that $e^{T^{-1}AT}=T^{-1}e^A T$.