Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Integration
New issue 3938 by grant.wa...@gmail.com: Solving Integrals that have
Elliptic Integrals in Solution
http://code.google.com/p/sympy/issues/detail?id=3938
Integrals that decompose into elliptic integrals cannot be solved. For
example:
from sympy import integrate, sin, cos,sqrt, Symbol
x = Symbol('x')
integrate(1/sqrt(1+sin(x)**2),x)
Integral(1/sqrt(sin(x)**2 + 1), x)
A potentially simpler case to implement might be an integral that can be
decomposed into complete elliptics, such as the definite integral of the
above from 0 to Pi.
Some discussion occurred here:
http://stackoverflow.com/questions/16991997/decomposing-integral-into-elliptic-integrals/17013218?noredirect=1#comment25499503_17013218
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.