[GAP Forum] Urgent Issue on GAP...

Dan Rossul danaf at fea.st
Tue Mar 8 16:13:32 GMT 2005


Dear all,

When I try the command:

gap> g:=Group((1)(2)(3,4));
Syntax error: ) expected

I suppose GAP should understand (1)(2)(3,4) = (3,4)

Of course if 

gap> gap> g:=Group((3,4));
Group([ (3,4) ])

It is prefectly fine.....

I am not sure if GAP doesn't understand (1)(2)(3,4) = (3,4) or it is a
real Syntax error: ) expected, if Syntax error where should I add the )?

Thanks all

Best Regards,
Dan




More information about the Forum mailing list