-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: IntermediateGroup will not exit quietly if index is large
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# IntermediateGroup in large index, reported in Forum (Breuer/Anvita) on 2/7/21 | ||
gap> L:=PSL(2,7^3);; | ||
gap> S:=SylowSubgroup(L,2);; | ||
gap> IntermediateGroup(L,S); | ||
<permutation group of size 344 with 4 generators> |