CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<Verb>EquivariantOrbitPolytope(G,v):: PermGroup, List --> EquivariantRegCWComplex</Verb><P/>
2
3
<P/> Inputs a permutation group <M>G</M> of degree <M>n</M> together with a row vector <M>v \in \mathbb R^n</M>. It returns, as an equivariant regular CW-space, the convex hull of the orbit of <M>v</M>
4
under the canonical left action of <M>G</M> on <M>\mathbb R^n</M>.
5
6
7
8