[SciPy-user] optimize.fsolve

Jeevan Baretto jeevan.baretto at gmail.com
Wed May 21 12:34:26 EDT 2008


Yes it happened with me too. I use Windows at home and linux at office. Not
only fsolve, other scipy.optimize modules too crash while I work Windows. I
am forced to work on linux for that reason.

Some one please look into it.

Thanks,
Jeevan

On Wed, May 21, 2008 at 9:56 PM, Eduardo Rodrigues <elr1979 at gmail.com>
wrote:

> For example:
>
> >>> from scipy import *
> >>> def Eq1(x):
> ...  x**2+2.0*x-3
> ...
> >>> optimize.fsolve(Eq1,0)
>
> Regards.
>
> ----- Original Message -----
> From: "Alan McIntyre" <alan.mcintyre at gmail.com>
> To: "SciPy Users List" <scipy-user at scipy.org>
> Sent: Wednesday, May 21, 2008 12:31 PM
> Subject: Re: [SciPy-user] optimize.fsolve
>
>
> > On Wed, May 21, 2008 at 11:21 AM, Eduardo Rodrigues <elr1979 at gmail.com>
> > wrote:
> >> When I use optimize.fsolve(...) on windows, python interpreter crashes
> >> without any error msg.
> >> I am using pywin32 build 210, scipy version 0.6.0, windows xp.
> >
> > Eduardo,
> >
> > Can you provide some sample code that produces the crash?
> >
> > Thanks,
> > Alan
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080521/cc324853/attachment.html>


More information about the SciPy-User mailing list