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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to