| 1 | initial version |
Correct - see Trac 2516 for the current status.
See this Bessel function doc for an example that might help you by using Maxima more directly in your own context.
sage: m = maxima(bessel_J(2, x))
sage: m.integrate(x)
hypergeometric([3/2],[5/2,3],-x^2/4)*x^3/24
Also related - Trac 9908.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.