[SciPy-User] Vectorized newton function

Charles R Harris charlesr.harris at gmail.com
Wed Apr 14 20:33:57 EDT 2010


On Wed, Apr 14, 2010 at 6:15 PM, Gökhan Sever <gokhansever at gmail.com> wrote:

> Thanks Anne for suggesting "fsolve" and rest of the useful information.
> Below is how my function is read:
>
> def myfunc(myarray):
>        term1 = compute1_array1
>        term2 = compute3_array2
>        term3 = compute3_array3
>        return term1+term2+term3
>
> result_arr = fsolve(myfunc, myarray)
>
> IDL handles univariate and multivariate cases using one fun newton
> function. I get almost equivalent results using fsolve to IDL's newton.
>
>
>
The fsolve function is essentially multidimensional newton, IIRC.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100414/66aa884d/attachment.html>


More information about the SciPy-User mailing list