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 > > -- > 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.
