[sage-support] Re: Is there anyway in SAGE to calculate the integral of bessel function?

2009-05-05 Thread liji.ma...@gmail.com

Thanks for your help.
sage:special.iti0k0(1.0)[0]
In SAGE,the integral can be used as special.iti0k0(1.0)[0], when I use
it as special.iti0k0(1)[0],the programme breaks an error!
But special.iti0k0(1)[0] works well in python.


On 5月4日, 下午9时03分, David Joyner wdjoy...@gmail.com wrote:
 Maybe you want the following?

 sage: from scipy import special
 sage: RealNumber=float
 sage: special.iti0k0(1.0)[0]
 1.0865210970235892

 See the thread

 http://groups.google.com/group/sage-support/browse_thread/thread/e344...

 for more details.

 On Mon, May 4, 2009 at 3:36 AM, liji.ma...@gmail.com



 liji.ma...@gmail.com wrote:

  Hello everyone!
  I have a question about the integral of bessel function,I can
  calculate the integral of bessel function by using Scipy lib.For
  example,scipy.special.iti0k0(x)[0] means the integral of besseli(0, x)
  from 0 to x.Is there any function like scipy.special.iti0k0(x)[0] in
  the SAGE?- 隐藏被引用文字 -

 - 显示引用的文字 -
--~--~-~--~~~---~--~~
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.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: Is there anyway in SAGE to calculate the integral of bessel function?

2009-05-04 Thread David Joyner

Maybe you want the following?

sage: from scipy import special
sage: RealNumber=float
sage: special.iti0k0(1.0)[0]
1.0865210970235892

See the thread

http://groups.google.com/group/sage-support/browse_thread/thread/e344c0ccd32016f7

for more details.


On Mon, May 4, 2009 at 3:36 AM, liji.ma...@gmail.com
liji.ma...@gmail.com wrote:

 Hello everyone!
 I have a question about the integral of bessel function,I can
 calculate the integral of bessel function by using Scipy lib.For
 example,scipy.special.iti0k0(x)[0] means the integral of besseli(0, x)
 from 0 to x.Is there any function like scipy.special.iti0k0(x)[0] in
 the SAGE?

 


--~--~-~--~~~---~--~~
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.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---