Updates:
        Cc: smi...@gmail.com
        Labels: -Type-Defect Type-Enhancement

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

You have to be a project member to change issue labels. I have added you, so now you should be able to do it.

I think this should be an optional argument to integrate(), something like

integrate(x, constant=True)
x**2/2 + C

But it should be False by default (because that is pretty standard among computer algebra systems).

You can get all the symbols by doing expr.free_symbols (is that right Chris?).

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