Dragonfall
- 1,023
- 5
What is the size of GL_n(\mathbb{Z}_2)?
The size of GL_n(Z_2) is determined by the number of invertible n by n matrices over the field Z_2, where entries are either 0 or 1. An n by n matrix is invertible if its determinant is 1, indicating that its column space has n dimensions. The count of such matrices is given by the formula (2^n - 1)(2^n - 2)(2^n - 2^2)...(2^n - 2^{n-1}), which accounts for the linear independence of rows. This discussion clarifies that the assumption of half of all n by n matrices being invertible only holds true for n=1.
PREREQUISITESMathematicians, students of linear algebra, and anyone interested in the properties of matrices over finite fields, particularly in the context of group theory and combinatorial mathematics.
HallsofIvy said:You could also think of this as n by n matrices whose entries must be either 1 or 0. How many entries are then in an n by n matrix? And if there are only two possible values for each?
morphism said:Think in terms of linear independence.
Yes!Dragonfall said:Is it true that an nxn matrix is invertible iff the column space has n dimensions?
HallsofIvy said:In fact, a matrix A, in Z2 is invertible if det(A)= 1 and not invertible if det(A)= 0. Does that imply that exactly half of all n by n matrices in Z2[/sup] are invertible?
morphism said:Yes!