-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pair Generators for Split Metacyclic Groups in GL(n,p) #57
Comments
MS-Copilot suggested this post on arxiv, which is relevant to this topic. Generators of split extensions of Abelian groups by cyclic groups, Luc Guyot |
The generators in Before proceeding with groups of order 64 and higher, reducing the space of possibilities would be interesting. |
Once an effective heuristic is found for generators in FastGoat/FastGoat/Structures/Subgroups/AllSubgroups.cs Lines 123 to 132 in 3488668
will be more efficient. Subsequently, this code can be moved from the Program.cs file to the Examples namespace. Instead of improving the current implementation at this moment, it may be more beneficial to address the environment issues while upgrading to Ubuntu 24.04 or tackle other group theory-related problems. |
The subgroup of |
The matrix representation for groups of order up to 63 is nearly complete, except for one (C2 . S4 with GAP ID (48,28)). However, after considering metacyclic groups and the semidirect product of abelian and cyclic groups, finding a practical approach for solvable groups of order more than 64, appears more challenging. According to Cayley's theorem, a group of order |
The matrix forms of the groups SL(2,3) and GL(2,3) are not currently generated by diagonal or permutation matrices. In particular, A5 poses a significant challenge. |
Groups generated by diagonal or permutation matrices in Conversely, starting with the character table of a finite group and then programmatically finding an isomorphic group generated by diagonal or permutation matrices in |
An implementation of pair generators within GL(n,p) for split metacyclic groups has been successfully tested for orders up to 256. It would be beneficial to add in the project references a proven generalization of this result from existing literature.
The text was updated successfully, but these errors were encountered: