I have to solve:
Let $A$ be an $n \times n$ real matrix. The exponential of $A$ is defined as $$ e^{A}:=I+A+\frac{A^{2}}{2 !}+\frac{A^{3}}{3 !}+\cdots $$ provided each entry of the matrix converges.
- Show that $e^{A}$ makes sense
- and $P$ is an invertible matrix show that $P e^{A} P^{-1}$ is also an exponential matrix.
I have solved Part (2) as :
This follows by noting that
$$
\begin{aligned}
\left(T B T^{-1}\right)^{k} &=\left(T B T^{-1}\right)\left(T B T^{-1}\right) \cdots\left(T B T^{-1}\right) \\
&=T B\left(T^{-1} T\right) B\left(T^{-1} T\right) \cdots\left(T^{-1} T\right) B T^{-1} \\
&=T B^{k} T^{-1}
\end{aligned}
$$
then yields $$ \begin{aligned} e^{P^{-1} A P} &=I+P^{-1} A P+\frac{\left(P^{-1} A P\right)^{2}}{2 !}+\cdots \\ &=I+P^{-1} A P+P^{-1} \frac{A^{2}}{2 !} P+\cdots \\ &=P^{-1}\left(I+A+\frac{A^{2}}{2 !}+\cdots\right) P=P^{-1} e^{A} P \end{aligned} $$
- I don't know how to solve part (1) i.e Show that $e^{A}$ makes sense ?
Part 1 means to ask that you show the series actually converges for any A. (I always see this done after the exponential is introduced, using absolute convergence.)