Hi I have a 3 by 3 matrix of the following form: $$ A=\begin{bmatrix} a & b & 0 \\ -b & a & c \\ 0 & -c & d \\ \end{bmatrix} $$ $$a,b,c,d\in\Re $$ I'm trying to explore special relations between powers of this matrix of the form: $$ A^n = \alpha A^m $$ or even for the simpler case where $$a=d=0$$ The motivation is to use one of the closed form special cases for the matrix exponential, I didn't find anything so far from exploring the literature, and I wonder if there is a systematic efficient way to go about it?
Thanks!