I tried answering the following question in an old exam:
Given matrix:
$$ e^{tA} = \begin{bmatrix}\frac{1}{2}(e^t+e^{-t}) & 0 & \frac{1}{2}(e^t-e^{-t})\\0 & e^t & 0\\\frac{1}{2}(e^t-e^{-t}) & 0 & \frac{1}{2}(e^t+e^{-t})\end{bmatrix}$$
Calculate A.
Where $$e^{tA} = \sum_{k=0}^{\infty} \frac{t^k}{k!}A^k$$
Hope I can get some help with this, as I don't think I can find the right way to approach it myself.
$$A=\left.\frac d{dt}e^{tA}\right|_{t=0}=\begin{bmatrix}0&0&1\\0&1&0\\1&0&0\end{bmatrix}.$$