I have a linear dynamical system defined by $\dot{\mathbf{x}}(t) = \mathbf{A} \mathbf{x}(t)$. Assuming that $\mathbf{A}$ is diagonalizable and can be decomposed as $\mathbf{A} = \Phi \Lambda \Phi^{-1}$, the solution to the system of equations is:
$\mathbf{x}(t) = \Phi \exp(\Lambda t) \Phi^{-1} \mathbf{x}(0)$.
I have seen that this solution can also be expressed as $\mathbf{x}(t) = \exp(\mathbf{A}t) \mathbf{x}(0)$, meaning that:
$\exp(\mathbf{A}t) = \Phi \exp(\Lambda t) \Phi^{-1}$
This equality has already been used in the answer to a similar question, but I do not understand how one side can be obtained from the other. How would you demonstrate it?
For real numbers, certainly you have seen the Taylor series.
$e^{at} = \sum_{0}^{\infty} \frac {(at)^n}{n!}$
Now we replace the real $a$ with the matrix $A.$
And if $A$ is diagonalizable $A^2 = \Phi \Lambda \Phi^{-1} \Phi \Lambda \Phi^{-1} = \Phi \Lambda^2 \Phi^{-1}.$ With similar reasoning, you can conclude that $(At)^n = \Phi(\Lambda t)^n \Phi^{-1}.$
Applying it to the Taylor series above, $e^{At} = \Phi e^{\Lambda t} \Phi^{-1}.$