Skip to content

Commit

Permalink
REBASE: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Feb 5, 2021
1 parent c57eac0 commit 5b644d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/grplatt.gd
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@ DeclareGlobalFunction("LowLayerSubgroups");
## gap> a:=TransitiveGroup(8,47);;b:=TransitiveGroup(8,9);;
## gap> ContainedConjugates(g,a,b);
## [ [ Group([ (1,8)(2,3)(4,5)(6,7), (1,3)(2,8)(4,6)(5,7), (1,5)(2,6)(3,7)(4,8),
(4,5)(6,7) ]), () ],
## (4,5)(6,7) ]), () ],
## [ Group([ (1,8)(2,3)(4,5)(6,7), (1,5)(2,6)(3,7)(4,8), (1,3)(2,8)(4,6)(5,7),
(2,3)(6,7) ]), (2,4)(3,5) ] ]
## (2,3)(6,7) ]), (2,4)(3,5) ] ]
## gap> ContainedConjugates(g,a,b,true);
## [ Group([ (1,8)(2,3)(4,5)(6,7), (1,3)(2,8)(4,6)(5,7), (1,5)(2,6)(3,7)(4,8),
(4,5)(6,7) ]), () ]
## (4,5)(6,7) ]), () ]
## ]]></Example>
## </Description>
## </ManSection>
Expand Down

0 comments on commit 5b644d3

Please sign in to comment.