The closest thing so far is probably going to be a combination of the
numpy, scipy, and sympy libraries. The latter is the one with the most
functionality for solving equations algebraically, but is also the
least mature package at the moment. The first two also provide the
basic tools for calculating the nulls of a function (for instance) as
numerical approximations, provided you are able to write small scripts
to use those tools.

-Rob

On Mon, Apr 7, 2008 at 12:05 PM, mc <[EMAIL PROTECTED]> wrote:
> I'm looking for a library which can do mathematical stuff like
>  solving  equations. Or calculation the nulls of a function and so on.
>  Does anyone know one?
>
>  Thanks in advance!
>  --
>  http://mail.python.org/mailman/listinfo/python-list
>



-- 
Robert H. Clewley, Ph. D.
Assistant Professor
Department of Mathematics and Statistics
Georgia State University
720 COE, 30 Pryor St
Atlanta, GA 30303, USA

tel: 404-413-6420 fax: 404-651-2246
http://www.mathstat.gsu.edu/~matrhc
http://brainsbehavior.gsu.edu/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to