Hi, I want to convert x**32 + x**15 + x**10 into x**2 + x**3 + x**4 i.e. to convert power ``p`` into ``p % 6``. How can I do it?
-- -Regards Hector Whenever you think you can or you can't, in either way you are right. -- 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.
