Consider the set of -by- matrices whose entries are integers modulo , for some prime . The matrices in this set with nonzero determinant are invertible, and thus form a group under matrix multiplication; this group is given the name , where the "GL" stands for "general linear."
Given a matrix , its order is defined to be the smallest integer such that , where denotes the identity matrix. In this problem, you will compute the maximum possible order of a matrix in . That is, you will answer the question "What is the largest integer such that is the order of a matrix in "
Hint & Proof Sketch:
Let be a matrix in . Consider the vector space generated by the powers of , with coefficients in the field of elements . That is, is the vector space (under addition) of linear combinations where the coefficients are integers modulo . The Cayley-Hamilton theorem implies is finite dimensional; what is the largest possible value of its dimension as ranges over the group
Suppose . What does this imply about the order of in To answer this question, note that any power of must be in , since the exponents in powers of can be reduced using the polynomial relation produced by Cayley-Hamilton .
Let denote the largest possible value of when ranges over . Can you find a matrix whose order is at least What does this imply in light of the previous two steps?
As your answer to this problem, submit the maximum possible order of a matrix in , i.e.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Your hints are pretty much giving it away ;)
We will work over the field F p with p elements throughout.
Since V ( A , p ) is spanned by I n , A , . . , A n − 1 , by Cayley-Hamilton, we know that dim F p ( V ( A , p ) ) ≤ n . Thus V ( A , p ) contains at most p n − 1 non-zero matrices.
There must exist two integers 1 ≤ a < b ≤ p n such that A a = A b , or A b − a = I n : The order of A is at most p n − 1 .
Consider a multiplicative generator a of the field with p n elements, and let f ( x ) be the minimal polynomial of a over F p , a polynomial of degree n . Let A be an n × n matrix whose characteristic polynomial is f ( x ) . Since a is an eigenvalue of A , the order of A will be at least p n − 1 .
It follows that the maximum possible order of A is exactly p n − 1 , which is 5 4 − 1 = 6 2 4 in our case.