Updates:
        Owner: hector1...@gmail.com
        Labels: Integration

Comment #3 on issue 2219 by hector1...@gmail.com: Arbitrary constants in indefinite integration
http://code.google.com/p/sympy/issues/detail?id=2219

Its not working the way you told.
    In [87]: integrate(x,constant=True)
    Out[87]:
     2
    x
    ──
    2

I just cloned git repo ( less than 2 days) so we can rule out the possibility that its because of older version of SymPy. Surprisingly it gives the same result with integrate(x,constant=False) and doesn't give error( like unexpected input argument) in either cases.


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to