On Mon, May 14, 2012 at 10:57 AM, Nathann Cohen <nathann.co...@gmail.com> wrote:
> Hellooooooo everybody !!!
>
> I would like to play with groups in Sage but I do not know how. I
> actually get my groups from a graph in the following way :
>
> sage: g = graphs.PetersenGraph()
> sage: ag = g.automorphism_group()
> sage: type(ag)
> <class 
> 'sage.groups.perm_gps.permgroup.PermutationGroup_generic_with_category'>
>
> What I would like to do with this group is to consider it as a group
> action on my vertices and compute the orbits of some *sets* of
> vertices. Indeed, the method ag.orbits() would give me the list of all
> orbits of my vertices, but I would like to compute the orbit of a Set
> of vertices, that is all sets of the form "gg * my_set for gg in ag".
>
> Is there any way to achieve it with Sage ?

The short answer is yes, if you use GAP. The problem is that I don't
know the syntax for group actions in GAP well enough to give you a
beter answer quickly. If you post a specific question to GAP support, I think
it would be answered immediately.


>
> Thaank youuuuuuuuuuuuuuuuuuuuuuuuuu !!!!
>
> Nathann
>
> --
> To post to this group, send email to sage-support@googlegroups.com
> To unsubscribe from this group, send email to 
> sage-support+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to