[sage-edu] conjugacy_classes_representative()

2008-12-24 Thread inestej
Hi ! I am serarching for a function computing the representative of conjugacy classes in sage. I tried these command : n=4 S=SymmetricGroup(n) ccn=S.conjugacy_classes_subgroups() cc=S.conjugacy_classes_representatives() But the gap.Length(ccn)=11 and gap.Length(cc)=5 !! In addition, I am lookin

[sage-edu] Re: conjugacy_classes_representative()

2008-12-24 Thread David Joyner
On Wed, Dec 24, 2008 at 7:15 AM, inestej wrote: > > Hi ! > > I am serarching for a function computing the representative of > conjugacy classes in sage. I tried these command : > > n=4 > S=SymmetricGroup(n) > ccn=S.conjugacy_classes_subgroups() > cc=S.conjugacy_classes_representatives() > > But t

[sage-edu] Re: Anyone using dSage on a cluster?

2008-12-24 Thread David Joyner
I have no idea. Maybe the page http://www.sagemath.org/doc/ref/module-sage.dsage.dsage.html helps? If not, maybe you could wait until after the winter break, when more people are reading email? On Tue, Dec 23, 2008 at 5:28 PM, A. Jorge Garcia wrote: > > Hello Everyone! > > I've been playing wit

[sage-edu] Re: conjugacy_classes_representative()

2008-12-24 Thread William Stein
On Wed, Dec 24, 2008 at 5:18 AM, David Joyner wrote: > > On Wed, Dec 24, 2008 at 7:15 AM, inestej wrote: >> >> Hi ! >> >> I am serarching for a function computing the representative of >> conjugacy classes in sage. I tried these command : >> >> n=4 >> S=SymmetricGroup(n) >> ccn=S.conjugacy_class

[sage-edu] Re: conjugacy_classes_representative()

2008-12-24 Thread David Joyner
On Wed, Dec 24, 2008 at 1:46 PM, William Stein wrote: > >> >>> In addition, I am looking for a function to compute RightCoset of a >>> group. >> >> >> This is not implemented (yet). > > Is it possible using Gap? Yes, http://www.gap-system.org/Manuals/doc/htm/ref/CHAP037.htm#SECT007 sage: S =