Re: questions about solving equations in scipy

2007-06-13 Thread [EMAIL PROTECTED]
Hi Robert, Thanks a lot for your kindness. Robert Kern wrote: > [EMAIL PROTECTED] wrote: >> Hi all, >> >> I have two questions about scipy. > > You're likely to get a better response from the scipy mailing list. Here, you'll > primarily get me, and I have to rush out right now. > > http://www.

Re: questions about solving equations in scipy

2007-06-12 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi all, > > I have two questions about scipy. You're likely to get a better response from the scipy mailing list. Here, you'll primarily get me, and I have to rush out right now. http://www.scipy.org/Mailing_Lists > 1) When I was trying to solve a single variable eq

questions about solving equations in scipy

2007-06-12 Thread [EMAIL PROTECTED]
Hi all, I have two questions about scipy. 1) When I was trying to solve a single variable equations using scipy, I found two methods: scipy.optimize.fsolve, which is designated to find the roots of a polynomial, and scipy.optimize.newton, which is used for Scalar function root finding according t