Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2483 by [email protected]: integrate problem http://code.google.com/p/sympy/issues/detail?id=2483 import sympy as S S.var('a,x') S.integrate(S.sqrt(a**2+x**2)) returns Integral((a**2+x**2)**(1/2),x) it cannot be integrated? -- 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.
