Find $e^{At}$ of the matrix given below. $$A = \begin{pmatrix} 2 & 1 & -2 \\ -1 & 0 & 0 \\ 1 & 1 & -1 \end{pmatrix}$$
If this was a diagonal matrix I could take $e$ power of every quantity. Or, else, since $e^{At}$ is the fundamental matrix such that when $t=0$ gives the identity, Is it enough to find the fundamental matrix considering this as a ODE system.
Just plug in:
$$e^{A t} = \sum\limits_{k=0}^\infty \frac{(A t)^k}{k!}$$
$$ = \left( \begin{array}{ccc} \sin (t)+e^t & \sin (t) & \cos (t)-e^t-\sin (t) \\ \cos (t)-e^t & \cos (t) & -\cos (t)+e^t-\sin (t) \\ \sin (t) & \sin (t) & \cos (t)-\sin (t) \\ \end{array} \right)$$