In a docstring the permutation group for the tetrahedron is given. I would like to inlclude the same for the cube and dodecahedron (and hence their doubles, octahedron and icosahedron). I've googled a bit without finding the explicit form that I need. This is outside my field and perhaps someone else is a little more savvy at coming up with this? I need something like this which is defined for the tetrahedron:
[Permutation([[0,1,2], [3]]),\ Permutation([[0,1,3], [2]]),\ Permutation([[0,2,3], [1]]),\ Permutation([[1,2,3], [0]]),\ Permutation([[0,1], [2,3]]),\ Permutation([[0,2], [1,3]]),\ Permutation([[0,3], [1,2]]),\ Permutation([0,1,2,3])] Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/8qIa6K5wjc0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
