Wondering how to find the matrix exponential of the following matrix without having to do through the long process of finding eigenvalues/eigenvectors and Jordan forms. Is there a quicker way to do it using Sine/Cosine ?
If $$A= \begin{pmatrix}0 & 1 & 1 & 1 \\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 1 \\ 1 & 1 & 1 & 0 \\ \end{pmatrix}$$
Find $e^{tA}$.
Let $\boldsymbol A = \boldsymbol U - \boldsymbol I_4$. Simple calculations show that $\boldsymbol U^n = 4^{n-1} \boldsymbol U$. Now for every $n \in \mathbb N^*$: \begin{align*} \boldsymbol A^n =( \boldsymbol U - \boldsymbol I_4)^n &= \sum_0^n \binom n j \boldsymbol U^{j} (-1)^{n-j} \boldsymbol I \\ &=(-1)^n \boldsymbol I + \sum_1^n \binom n j 4^{j-1}(-1)^{n-j} \boldsymbol U \\ &= (-1)^n\boldsymbol I + \frac 14 \sum_0^n \binom n j 4^j (-1)^{n-j} \boldsymbol U - (-1)^n \boldsymbol U /4 \\ &= \frac 14 (4-1)^n \boldsymbol U + (-1)^n\boldsymbol I - (-1)^n \boldsymbol U/4 \\ &= \frac 14 \cdot (3^n - (-1)^n) \boldsymbol U + (-1)^n\boldsymbol I \end{align*} Therefore, \begin{align*} \exp(t\boldsymbol A) &= \sum_0^\infty \frac 1 {n!} t^n\boldsymbol A^n \\ &= \sum_0^\infty \frac {t^n}{4n!} (3^n \boldsymbol U - (-1)^n \boldsymbol U + 4(-1)^n\boldsymbol I) \\ &= \frac 14 (\mathrm e^{3t} - \mathrm e^{-t}) \boldsymbol U + \mathrm e^{-t}\boldsymbol I. \end{align*}