The most important part of the group theory idea is building the class structure for groups and elements of groups. Once we have that, we can implement any group theory algorithm. There is another discussion on this mailing list where some ideas have been floating around that you should search for.
Aaron Meurer On Wed, Mar 21, 2012 at 3:44 PM, Aaron Rosen <[email protected]> wrote: > I took an intro class to group theory in high school and absolutely > loved it. Now I would like to do some coding work in the subject so I > would just like to know a little more info about the group theory > project that you have listed under you ideas page such as what kind of > functions would need to be implemented. I was also having trouble > finding the Permutation class that is already implemented in SymPy. It's in sympy/combinatorics/permutations.py. I think you have to have the development version to get it, as it was added since the last release. Aaron Meurer -- 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.
