OFFSET
1,1
COMMENTS
Count of 3 X 3 matrices M with det(M) = +- 1 such that M^k = I for some k <= 6. - Sean A. Irvine, Dec 16 2021
To see why k <= 6 covers all cases, consider that if lambda is an eigenvalue of M, lambda^k is an eigenvalue of M^k = I, so lambda^k = 1, therefore all eigenvalues are located on the unity circle. The characteristic polynomial has integer coefficients, so it has 1 or 3 integer roots that are either -1 or +1. As the sum of the roots must also be integer, this leaves as only options for the complex roots the three pairs -1/2 +/- j*sqrt(3)/2, 0 +/- j*1 and 1/2 +/- j*sqrt(3)/2, respectively at angles +/- 120°, +/- 90° and +/- 60° in the complex plane, so there must be a k <= 6 that makes all eigenvalues of M^k equal to 1. If the multiplicity of -1 or 1 is >1, this does not imply yet that M^k must be I, but in this case larger k will also not satisfy the equation (see StackExchange link). - Bert Dobbelaere, Apr 18 2025
LINKS
EuYu, Eigenvalues and power of a matrix (StackExchange)
Sean A. Irvine, Java program (github)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ralf W. Grosse-Kunstleve, Mar 26 2000
EXTENSIONS
a(11) from Sean A. Irvine, Dec 16 2021
a(12)-a(30) from Bert Dobbelaere, Apr 18 2025
STATUS
approved
