[Tutor] Newton–Raphson's method

Chris Fuller cfuller084 at thinkingplanet.net
Mon Feb 16 18:47:45 CET 2009


You should look into Numpy or ScientificPython.
http://numpy.scipy.org
http://dirac.cnrs-orleans.fr/plone/software/scientificpython

Also, the main Python Wiki has a page devoted to numeric/scientific topics:
http://wiki.python.org/moin/NumericAndScientific

Cheers

On Monday 16 February 2009 12:33, Jojo Mwebaze wrote:
> Hello There
>
> Any body who has implemented Newton–Raphson's method for nonlinear systems
> of equations in python. Consider the case where we want to solve
> simultaneously
>
> f(x,y) = 0
>
> g(x,y) = 0
>
> Please assist with the code.
>
> Regards
>
> Jojo.


More information about the Tutor mailing list