Bug#860063: fsolve docs should state that it cannot solve over- or under-determined problems

2017-04-11 Thread Julian Taylor
On 11.04.2017 03:07, James Van Zandt wrote: > Package: python-scipy > Version: 0.18.1 > > > I have a MATLAB program that uses fsolve() from the optimization > toolbox. I found that scipy offers a similar function. I spent a fair > amount of time translating my program into Python, only to

Bug#860063: fsolve docs should state that it cannot solve over- or under-determined problems

2017-04-10 Thread James Van Zandt
Package: python-scipy Version: 0.18.1 I have a MATLAB program that uses fsolve() from the optimization toolbox. I found that scipy offers a similar function. I spent a fair amount of time translating my program into Python, only to discover that the scipy implementation (unlike the MATLAB one)