- Let $m,n \ge 2$ be integers. Does there exist a matrix $A \in \mathbb{R}^{n\times n}$ such that $$ A^m=I \ne A^k \ \forall\ k \in\{1,\ldots, m-1\}? $$ For $n=2,3,4$ and $m=3$ the answer is yes (see, e.g. Is there any matrix $2\times 2$ such that $A\neq I$ but $ A^3=I$ and Find a $4\times 4$ matrix $A$ where $A\neq I$ and $A^2 \neq I$, but $A^3 = I$. and the various answers to those question)
- Does there exist a matrix $A \in \mathbb{R}^{2\times2}$ which is not a rotation and such that $$ A^3=I\ne A, A^2? $$
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
|||||||||||
|
|
The $2 \times 2$ matrix representations of the complex $m$th roots of unity satisfy your definition, e.g.: $$ z = e^{2\pi i/m}, \quad A = \left[ \begin{matrix} Re(z) & Im(z) \\ -Im(z) & Re(z) \end{matrix} \right] $$ Of course, you can trivially extend this to any size matrix by embedding it as a submatrix. |
|||
|
|
|
For arbitrary $n \in \{1, 2, 3, \ldots\}$ and $m = 2$, the rotation matrix works. For $m > 2$, just put a $2$-by-$2$ rotation matrix as a submatrix. (The answer is actually in the links you posted.) |
|||
|
|