- Let's suppose that we have some kind of special 3-dimensional rotating automaton.
The automaton is capable to generate rotation about selected $X$ or $Y$ or $Z$ axis (in a current frame) in steps by only constant +$\dfrac{\pi}{6}$ angle (i.e. rotation can be generated only in one direction - reverse rotation is prohibited) so transition from matrix $R_{i-1}$ to $R_{i}$ (right-lower indices denote here states before and after a single step) is achieved with the use of formula:
$R_{i}=Rot_{x,y,z}( \dfrac{\pi}{6})R_{i-1}$
Initial state is coded as the identity matrix $R_0=I$, all other states are described as rotation matrices in reference to the frame representing by this $I$ matrix.
Questions:
- how many $n$ distinct states (coded in generated matrices) can be achieved for not limited number of steps. This full set of achievable states coded $\{^{1}R ,^{2}R ...{^{n}R} \}$ might be named to be a full space of rotating automaton (here left-upper indices should be somehow reasonably organized, but hard to say how - it's open issue) - all states and transitions between states can be, perhaps, visualized with the use of a graph
how many distinct states can be generated by exactly $6$ steps in the automaton (...maybe there is a general formula for $n$ steps ?)
by how many ways can be achieved multi-step rotation from $I$ to $I$ with the condition that on this trajectory of states the same one step transition ${^{j}R}{\rightarrow}{^{k}R}$ (if possible) is allowed only one time.
(for example if it were only rotation about a single axis allowed - the number would be obviously $3$ i.e. three 12-step transitions, but in general case rotations about different axes can be mixed)