this is not a complete answer. i need to think about how to sum the cosine and sine series.
the matrix $A$ represents a rotation by an able $t,$ therefore $$A^k = \pmatrix{\cos kt&\sin kt\\-\sin kt & \cos kt}, k \text{ an integer. }$$
now, $$\begin{align}e^A &= I + \frac1{1!}A + \frac1{2!}A^2 + \frac1{3!}A^3 + \cdots \\
&=\pmatrix{1+\frac1{1!}\cos t+ \frac1{2!}\cos 2t+ \cdots &\frac1{1!}\sin t+\frac1{2!}\sin 2t + \cdots\\-\frac1{1!}\sin t - \frac1{2!}\sin 2t -\cdots&1+\frac1{1!}\cos t + \frac1{2!}\cos 2t + \cdots}\\
\end{align}$$
at the suggestion of user farnight, we will look at the expression
$$\begin{align}e^{e^{it}} &= e^{\cos t + i\sin t} = e^{\cos t}\left(\cos(\sin t) + i\sin(\sin t)\right)\\
&= 1 + \frac{e^{it}}{1!} + \frac{e^{2it}}{2!} \end{align} $$
taking the real and imaginer parts, we get $$1+\frac1{1!}\cos t+ \frac1{2!}\cos 2t+ \cdots = e^{\cos t}\cos(\sin t) \\
\frac1{1!}\sin t+\frac1{2!}\sin 2t + \cdots= e^{\cos t}\sin(\sin t) $$
therefore $$e^A = \pmatrix{e^{\cos t}\cos(\sin t)& e^{\cos t}\sin(\sin t) \\-e^{\cos t}\sin(\sin t)&e^{\cos t}\cos(\sin t) } $$