Given matrix $$M = \begin{pmatrix} 7i& -6-2i\\6-2i&-7i\end{pmatrix}$$ how do I calculate matrix exponential $e^M$?
I know I can use that $e^A=Pe^DP^{-1}$ where $D=P^{-1}AP$. I computed the characteristic polynomial of the above matrix as
$$P(\lambda)=\lambda^2+89$$
Is there an easier way to do this than trying to compute the diagonalized matrix?
Via Cayley-Hamilton, ${\rm M}^2 + 89 \, {\rm I}_2 = {\rm O}_2$. Hence,
$$\begin{aligned} {\rm M}^2 &= - 89 \, {\rm I}_2\\ {\rm M}^3 &= - 89 \, {\rm M}\\ {\rm M}^4 &= 89^2 {\rm I}_2\\ {\rm M}^5 &= 89^2 {\rm M}\\ &\vdots\\ {\rm M}^{2k} &= (-1)^k 89^k {\rm I}_2\\ {\rm M}^{2k+1} &= (-1)^k 89^k {\rm M} \end{aligned}$$
and
$$\exp({\rm M}) = \sum_{k=0}^{\infty} \frac{{\rm M}^k}{k!} = \cdots = \color{blue}{\cos( \sqrt{89} ) \, {\rm I}_2 +\frac{\sin( \sqrt{89} )}{\sqrt{89}} {\rm M}}$$