|
|
GAP Instructional MaterialReturn to Index
GAP code is shown [Press ?? to see GAP output] You can also choose to see a page showing ALL GAP output. More finitely presented groupsWe will now look at the class of groups given by g = < x, y | x2 = 1, xyxy2xy3xy4 ... = 1 > and compute the abelian quotients of these groups Our main purpose here is to show how write a loop which will allow a sequence of different presentations to be examined.
Let us now look at the Fibonacci groups and compute their abelian quotients. The Fibonacci group F(n) is defined by F(n) = < a1 , a2 , ... an | aiai+1 = ai+2 , i = 1.. n > where the subscripts are reduced mod n to lie in the range 1, 2, .. n. Notice here that since we have a different number of generators for each of the groups in our sequence, we need to use a different method of defining the groups and addressing the generators. Also note that mod n reduces integers into the range 0, 1, .. n-1 so we need to add 1 to all the entries to get the range into 1, 2, .. , n.
In fact the Fibonacci groups are generated by two generators and we could use Tietze transformations to simplify the presentations and reduce the number of generators
Of course there are many ways of doing the same thing. As an illustration we give a different way of generating the relations of the Fibonacci groups which in many ways is neater. This methods depends on taking the basic relation and applying the cycle (1, 2, 3, ..., n) to each of the generators. The default for
The standard tool for many calculations in finitely presented groups is coset enumeration. Although GAP has an excellent built-in enumerator, more powerful coset enumerators also exist. First let us investigate a difficult group
Now if we look at a subgroup of relatively small index, GAP copes well
Here is a subgroup which has a larger index and here the coset enumeration program runs out of space
We let it continue
It runs out of space again. We could keep going and we would discover that it fails even with a limit of 2048000 cosets
We could get the enumerator to run without the limit with the command We could do the coset enumeration with the ACE package. First we read in the package ACE
Then we tell GAP to use ACE whenever it does a coset enumeration. (TCENUM = Todd-Coxeter enumeration)
We can control many aspects of the enumeration using the many technical features of ACE - see the ACE manual at: this link The parameters which we should set to make full use of the power of ACE is to tell it that the enumeration is expected to be hard and to set the workspace. In fact we choose a workspace which will allow ACE to define about the same number of cosets as the built-in enumerator was given when it failed.
If we want to see how the enumeration is progressing we need to set the level for GAP reporting ACE's messages to the user. Very large amounts of output will then be produced!
JOC/EFR January 2003 |
|
Home   |   Members   |   Pre-prints   |   Library   |   Reports   |   Seminars   |   Conferences   |   Research   |   Publicity   |  Pictures   |   GAP   |   Webmail |