sage: polytope = polytopes.n_cube(4) sage: G = polytope.restricted_automorphism_group(); G Permutation Group with generators [(5,9)(6,10)(7,11)(8,12), (3,5)(4,6)(11,13)(12,14), (2,3)(6,7)(10,11)(14,15), (2,5)(3,9)(4,13)(7,10)(8,14)(12,15), (1,2)(3,4)(5,6)(7,8)(9,10)(11,12)(13,14)(15,16), (1,16)(2,8)(3,12)(5,14)(7,10)(9,15)] sage: G.cardinality() 384
This is implemented over QQ or RDF. The automorphism group for RDF polyhedra does some fuzzy zero so it should give the right answer. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
