Re: [Tutor] Newton–Raphson's method

2009-02-16 Thread Chris Fuller
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:3

[Tutor] Newton–Raphson's method

2009-02-16 Thread Jojo Mwebaze
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 maillis