[sage-support] Using scipy special functions

2011-04-10 Thread ObsessiveMathsFreak
I'm completely unable to get the scipy special functions module to work. In addition, it seems to cause chaos on my system once imported sage: import scipy sage: from scipy.special import * sage: scipy.special.lpn(1,1) ---

Re: [sage-support] Using scipy special functions

2011-04-10 Thread D. S. McNeil
I'm completely unable to get the scipy special functions module to work. In addition, it seems to cause chaos on my system once imported sage: import scipy sage: from scipy.special import * sage: scipy.special.lpn(1,1) I'd avoid your second line in Sage, which pulls everything in