On Fri, Aug 24, 2012 at 12:09 AM, Chris Smith <[email protected]> wrote: > With the aid of a manipulable dodecahedron I was able to construct the > permutation group. All pgroups of the polyhedra are now included in > Polyhedron. Thanks for the encouragement. > > I added a lot to the documentation with hopes of it being useful to > someone that is about as initiated as I was at the beginning of the > work on Saptarshi's combinatorics branch. > > Would you have any time to look over the changes that have been made > at https://github.com/sympy/sympy/pull/1508?
Somehow, after doing all I say in my last email, I am not getting all your functions. >>> from sympy.combinatorics.permutations import * >>> p = Permutation >>> g = p([[2,3],[0],[1]]) >>> g.reduced_cyclic_form [[2, 3]] >>> full_cyclic_form0([[2,3]], 4) Traceback (most recent call last): File "<console>", line 1, in <module> NameError: name 'full_cyclic_form0' is not defined I see this function in this patch: https://github.com/smichr/sympy/commit/b86464d8bf5acddd91d2623492a33e5c42d4d953 Can you explain what is going on here? I am gittng something wrong I think. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > 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. > -- You received this message because you are subscribed to the Google Groups "sympy" group. 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.
