sage: maxima('integrate(bessel_j(1,x), x)')
-bessel_j(0,x)
Andrzej Chrzeszczyk
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.goo
sage: pl=sum([plot(lambda x:bessel_J(x,n),(x,0,1),color=hue(n/
5.0),legend_label=str(n)) for n in [1..4]])
sage: pl.show()
sage: numerical_integral(lambda x:bessel_J(x,2),1,2)
(0.48267531157352617, 5.3587724432705002e-15)
Andrzej Chrzeszczyk
--
To post to this group, send email to sage-support@g