Oh, I see what you are saying now.  I misunderstood.

Aaron Meurer

On Tue, Sep 13, 2011 at 6:42 PM, Chris Smith <smi...@gmail.com> wrote:
> On Tue, Sep 13, 2011 at 10:08 PM, Aaron Meurer <asmeu...@gmail.com> 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 <smi...@gmail.com> 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 sympy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy+unsubscr...@googlegroups.com.
> 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 sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to