Oh, I see what you are saying now. I misunderstood. Aaron Meurer
On Tue, Sep 13, 2011 at 6:42 PM, Chris Smith <[email protected]> wrote: > On Tue, Sep 13, 2011 at 10:08 PM, Aaron Meurer <[email protected]> wrote: >> So you want constantsimp to intentionally be confused by constants >> already in the expression? >> >> Aaron Meurer >> >> On Tue, Sep 13, 2011 at 10:05 AM, Chris Smith <[email protected]> wrote: >>> ...and repair: >>> >>>>>> from sympy.solvers.ode import constantsimp >>>>>> constantsimp((x+2+C1)/(x+C2),x,4,1,'C') >>> 1 > > Sorry, I'm not following your intent. I was just pointing out that the > modifications I've made lead to an incorrect result. The result should > be `(x+C1)/(x+C2)`. > > -- > 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.
