So, I'm basically wondering if for a matrix A of the type
(0 a)
(b 0)
there is an easy way to calculate e^At, since if it were
(0 b)
(-b 0)
One would just have the rotation matrix where the angular frequency of the terms would be b, with the sines and cosines. Because going through the hassle of getting the Jordan Block and Change of Basis seems to be too much work for such a simple one. Then again,I might be wrong
As an exemple, say A =
(0 9 (-1 0)
Where the eigenvalues are +-3i. How would I proceed?
Let your matrix be M. Note that
From this deduce that
Plug these into the power series for exp and rearrange to get
As a check, diffentiate this expression wrt t and check that you get
Note that if a*b<0 the expressions above are still valid, but can be rewritten, using
in terms of cos and sin