Comment #30 on issue 2010 by [email protected]: Integration with the full Risch Algorithm
http://code.google.com/p/sympy/issues/detail?id=2010

I downloaded code using the command:
     git clone git://github.com/asmeurer/sympy.git
The following commands did not complete the integration process:
     alpha1, alpha2 = sy.symbols('alpha1 alpha2', positive=True)
ExpV1 = risch_integrate(sy.exp(2*alpha1**2*x**2 + (4*alpha1*alpha2 - 2)*x + 2*alpha2**2), x) Let me know what I can do to improve the likelihood that the integration will complete successfully. The attached file contains detailed command sequences.

Attachments:
        testK_Risch_Integrate.py  3.7 KB

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