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 ?

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

Reply via email to