Updates:
Labels: Integration
Comment #2 on issue 791 by asmeurer: trigintegrate: implement more
heuristics
http://code.google.com/p/sympy/issues/detail?id=791
I'll see what things look like, but we may need to do this even with the
full algorithm because in order to integrate sin and cos, the Risch
algorithm has to first rewrite them in terms of tan (either the tan(x/2)
identities or exp(-log(tan(x)**2 + 1)/2)). This is fine, but the problem
is rewriting back into terms of sin and cos again after integrating. It
might not be so bad, but if it is, we want heuristics to try it first.
--
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.