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
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
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
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
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 =