-
Notifications
You must be signed in to change notification settings - Fork 0
Invalid permutations in "table.html" #1
Copy link
Copy link
Open
Description
I think some permutations that are listed in "table.html" are invalid (or psage has a bug).
If I for example try to construct PSL(2,11), I get the error that the group is not transitive:
sage: G = MySubgroup(o2='(1)(2 4)(3 5)(6)(7 8)(9)(10 11)',o3='(1 3 4)(2 10 7)(5 11 8)(6)(9)')
---------------------------------------------------------------------------
ValueError: Error in construction of permutation group! Permutations not transitive: <S,R>=(1)(2 4)(3 5)(6)(7 8)(9)(10 11),(1 3 4)(2 10 7)(5 11 8)(6)(9). Generated group=Subgroup generated by [(2,4)(3,5)(7,8)(10,11), (1,3,4)(2,10,7)(5,11,8)] of (Symmetric group of order 11! as a permutation group)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels