Goto Chapter: Top 1
 [Top of Book]  [Contents]   [Previous Chapter] 

1 Test

1 Test

This is dummy text

gap> S5 := SymmetricGroup(5);
Sym( [ 1 .. 5 ] )
gap> Size(S5);
120

Some text between two examples

gap> A5 := AlternatingGroup(5);
Alt( [ 1 .. 5 ] )
gap> Size(A5);
60

And we wrap up with some dummy text But this should produce more text.

 [Top of Book]  [Contents]   [Previous Chapter] 
Goto Chapter: Top 1

generated by GAPDoc2HTML