sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.39k stars 473 forks source link

Stabilizer of a set of points #17621

Closed 6bdad4c1-1e26-4f2f-a442-a01a2292c181 closed 9 years ago

6bdad4c1-1e26-4f2f-a442-a01a2292c181 commented 9 years ago

This branch exposes GAP's feature of computing the stabilizer of a set of points. Right now, Sage only know how to compute the stabilizer of a point.

CC: @dimpase

Component: group theory

Author: Nathann Cohen

Branch/Commit: b58891d

Reviewer: Vincent Delecroix

Issue created by migration from https://trac.sagemath.org/ticket/17621

6bdad4c1-1e26-4f2f-a442-a01a2292c181 commented 9 years ago

Branch: public/17621

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Commit: b58891d

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

b58891dtrac #17621: Stabilizer of a set of points
videlec commented 9 years ago

Reviewer: Vincent Delecroix

videlec commented 9 years ago
comment:3

;-)

sage: G.stabilizer(['a'],"OnMonkeys")

Note that there are other interesting actions available from GAP

Vincent

6bdad4c1-1e26-4f2f-a442-a01a2292c181 commented 9 years ago
comment:4

Yo!

;-)

sage: G.stabilizer(['a'],"OnMonkeys")

There are no rules (yet) about this kind of things :-P

Note that there are other interesting actions available from GAP

  • OnTuples (for stabilizers, these are simply intersection of action on points)
  • OnSetsSets
  • OnSetsDisjointSets

True. To be honest, I did not want to generalize the code from .orbits (which handles all cases) for only two functions. But then, if a third one needs that, you know... :-P

Nathann

vbraun commented 9 years ago

Changed branch from public/17621 to b58891d