Comment #1 on issue 3310 by [email protected]: integrate((A1*x**a+B1*x**b+C1*x**c)**(1/2),x) gives wrong result
http://code.google.com/p/sympy/issues/detail?id=3310

That's because the 1/2 is turned into 0. Try using sqrt instead. See http://docs.sympy.org/0.7.1/gotchas.html#python-numbers-vs-sympy-numbers.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to