Sorry the above message was incomplete. The error message is
Error, illegal access to record component `obj.x' of the object <obj>. (Objects by default do not have record components. The error might be a relic from translated GAP3 code.) called from <compiled or corrupted statement> called from <function "unknown">( <arguments> ) called from read-eval loop at line 28 of *stdin* you can 'quit;' to quit to outer loop, or you can 'return;' to continue Anyone could help me with it? Many thanks!! Zuriel On 11 February 2014 19:31, Minghui Liu <matli...@gmail.com> wrote: > Dear All, > > In GAP I would like to create a free group with 200 generators and call > the nth generator dn. I tried the following commands but it does not work: > > gap> F:=FreeGroup(200); > gap> a:=[1..200]; > gap> for x in a do > > dx:=F.x; > > od; > > The error message is > > > > > _______________________________________________ Forum mailing list Forum@mail.gap-system.org http://mail.gap-system.org/mailman/listinfo/forum