Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New 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
In Sympy Live, writing
A1, B1, C1, a, b, c, d = symbols('A1 B1 C1 a b c d')
...
integrate((A1*x**a+B1*x**b+C1*x**c)**(1/2),x)
Gives
x
--
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.