On Tue, Jan 13, 2015 at 2:18 PM, Sihuang Hu <husihu...@gmail.com> wrote:
> Yes, it is related, but not what I want.

Are you sure?

sage: L = [sorted(sorted(I.orbit(list(x)))) for x in GF(2)^3]
sage: set(map(tuple, L))
{([0, 0, 0],),
 ([0, 0, 1], [0, 1, 0], [1, 0, 0]),
 ([0, 1, 1], [1, 0, 1], [1, 1, 0]),
 ([1, 1, 1],)}

Is that what you want?

> Thanks.
>
> 在 2015年1月13日星期二 UTC+1下午4:45:23,Nathann Cohen写道:
>>>
>>> It would be more natural ro convert it to a matrix group, and then use
>>> the natural action of this group.
>>
>>
>> This is related:
>>
>>
>> http://www.sagemath.org/doc/reference/combinat/sage/combinat/integer_vectors_mod_permgroup.html
>>
>> Nathann
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to