Skip to content

Commit

Permalink
Change example in manual to not use number of generators.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Oct 26, 2017
1 parent 9fcdfd0 commit 7036e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grppcext.gd
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ DeclareOperation( "Extensions", [ CanEasilyComputePcgs, IsObject ] );
## gap> M := GModuleByMats( mats, GF(2) );;
## gap> A := AutomorphismGroup( G );;
## gap> B := GL( 1, 2 );;
## gap> D := DirectProduct( A, B );
## <group of size 6 with 4 generators>
## gap> D := DirectProduct( A, B );; Size(D);
## 6
## gap> P := CompatiblePairs( G, M, D );
## <group of size 6 with 2 generators>
## gap> ExtensionRepresentatives( G, M, P );
Expand Down

0 comments on commit 7036e1b

Please sign in to comment.