> < ^ Date: Fri, 05 Sep 1997 17:03:36 +0100 (BST)
> < ^ From: Alexander Hulpke <hulpke@math.colostate.edu >
< ^ Subject: Re: some conflicts

Dear GAP-Forum,

Shahriar Mokhtari asked:

Following is a piece of gap code which runs perfectly in the version 3
release 4 but gives error in release 4.4. Could any body give the reason?

Just to avoid misunderstandings and confusion with GAP4: I suppose you are
talking about version 3.4.4.

> sl2z7:=SpecialLinearGroup(2,7);
> ct27:=CharTable(sl2z7);
> Error, Record: element 'permDomain' must have an assigned value at
[...]

The code for handling matrix groups via a faithful permutation
representation has been improved in the step of 3.4.3 to 3.4.4.
Unfortunately this introduced an error in the conjugacy test for elements.

This error was corrected in fix2 (announced in the Forum on 10-Jun-97).
You can get this fix from the GAP bugfixes web page:

http://www-gap.dcs.st-and.ac.uk/~gap/Info/bugfixes.html

or via ftp in the directory:

ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap/bugfixes

(While you are at it, you should also install the other bugfixes on this
page *in their natural order*)

I hope this is of help.

Best regards,

Alexander Hulpke


> < [top]