I want to rewrite Integral of 10x^7-xy+y/x+2x^5 as sum of integrals. Something like
Int(10x^7-xy+y/x+2x^5) = Int(10x^7)-Int(xy)+Int(y/x)+Int(2x^5) But sympy makes its own ordering and outputs Int(10x^7-xy+y/x+2x^5) = Int(2x^5)+Int(10x^7)+Int(y/x)-Int(xy) Where can I override this behaviour if Int is my own class? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/ca91d6e0-54fb-416f-bdd5-4432a36ff976%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
