Using Bessel Functions

Dave novin01 at gmail.com
Thu May 3 05:59:32 EDT 2007


amit soni <amitsoni.605 <at> gmail.com> writes:

> Can anyone tell me what is the exact syntax for to use it.
> Thank you,Amit
> 

For example evaluating j1 @ 0

from scipy import special

print special.j1(0)

HTH,
Dave






More information about the Python-list mailing list