[sage-support] Re: Sage functions arenot accepted by scipy fsolve

2020-04-10 Thread Nils Bruin
On Friday, April 10, 2020 at 1:05:15 PM UTC-7, Ne reknu wrote: > > Thank you for your answer. Unfortunatelly the numpy.vectorize(Rce) > generates the very same error (I tried to plot it). Or pehaps I > misunderstood your intention? > No, my guess would have been that would work, but then

[sage-support] Re: Sage functions arenot accepted by scipy fsolve

2020-04-10 Thread Ne reknu
Thank you for your answer. Unfortunatelly the numpy.vectorize(Rce) generates the very same error (I tried to plot it). Or pehaps I misunderstood your intention? Dne pátek 10. dubna 2020 19:40:38 UTC+2 Nils Bruin napsal(a): > > On Friday, April 10, 2020 at 1:02:12 AM UTC-7, Ne reknu wrote: >>

[sage-support] Re: Sage functions arenot accepted by scipy fsolve

2020-04-10 Thread Nils Bruin
On Friday, April 10, 2020 at 1:02:12 AM UTC-7, Ne reknu wrote: > > Hello. > I need a root finder of a real function which work with a initial guess. > That can be done by scipy fsolve, but if I try to aply it on a gamma (or > Bessel) function in Sage, I recieve following error message: > >

Re: [sage-support] Building on Catalina

2020-04-10 Thread David Einstein
Mac OS 10.15.4 Xcode Version 11.3 beta (11C24b) On Friday, April 10, 2020 at 12:07:09 AM UTC-4, Dima Pasechnik wrote: > > On Fri, Apr 10, 2020 at 5:23 AM David Einstein > wrote: > > > > Sorry, that was a side effect of me running one of the internal scripts > from the command line in a

[sage-support] Sage functions arenot accepted by scipy fsolve

2020-04-10 Thread Ne reknu
Hello. I need a root finder of a real function which work with a initial guess. That can be done by scipy fsolve, but if I try to aply it on a gamma (or Bessel) function in Sage, I recieve following error message: NotImplementedError: The Function gamma does not support numpy arrays as