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?
In article <DZ******************************@earthlink.com> ,
Dennis Lee Bieber <wl*****@ix.netcom.comwrote:
>On Mon, 7 Apr 2008 09:05:57 -0700 (PDT), mc <m.*********@gmail.com> declaimed the following in comp.lang.python:
>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?
Other than coding some serial/USB interface to an HP50g...
In article <DZ******************************@earthlink.com> ,
Dennis Lee Bieber <wl*****@ix.netcom.comwrote:
>On Mon, 7 Apr 2008 09:05:57 -0700 (PDT), mc <m.*********@gmail.com> declaimed the following in comp.lang.python:
>>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?
Other than coding some serial/USB interface to an HP50g...
.
.
.
While there are in fact several possible approaches to symbolic mani-
pulation of "mathematical stuff" in Python, I STRONGLY recommend that
beginners in the area look into SAGE <URL: http://www.sagemath.org/ >,
already mentioned above by Dennis. SAGE is life-altering software, for
those with a life focused on mathematics or related science or
engineering.