Hello
I am trying to convert from MATLAB to Python.
I am using Python 2.4.3 for Windows (Enthought Edition)
In one of the first programs, I tried to use the special functions from the 
SciPy  "special" module.
However, when I tryed:
 
>> from scipy import *
>> special.jv(0,1+1j)
 
I got an error message and python restarted.
 
The problem did not go away after I installed the latest version of SciPy.
 
Is there a significant bug in the bessel functions when handling complex 
arguments ?
Or, is it some feature that I do not understand ?
 
 
Thanks
Eli Brosh
 
 
 
 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to