[GAP Forum] How many elements of SymmetricGroup can be represented
by GAP ?
Kang ByoungKwan
iqbox_postech at yahoo.com
Mon Jul 12 15:05:51 BST 2004
Dear forum members,
I met the problem about limit # of representing elements of symmetric group.
This is my partial code for using all elements of symmetric group
gap>idx:=10;
gap>G:=SymmetricGroup(idx);
gap>sub:=Elements(G);
gap: cannot extend the workspace any more
gap: Press <Enter> to end program
If I write idx:=9 then the above program acts well. But, If idx:=10 then they break
Is there some solutions for solving this problem ?
Thank you for your reading.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Forum
mailing list