Mathematical Python Library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mc

    Mathematical Python Library

    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!
  • Cameron Laird

    #2
    Re: Mathematical Python Library

    In article <DZSdnRBfsMGT02 fanZ2dnUVZ_uSgn Z2d@earthlink.c om>,
    Dennis Lee Bieber <wlfraed@ix.net com.comwrote:
    >On Mon, 7 Apr 2008 09:05:57 -0700 (PDT), mc <m.otteneder@gm ail.com>
    >declaimed the following in comp.lang.pytho n:
    >
    >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...
    >
    > Maybe SAGE?
    > sympy?
    >
    >http://www.google.com/search?hl=en&q...=Google+Search

    Comment

    • Jaap Spies

      #3
      Re: Mathematical Python Library

      Cameron Laird wrote:
      In article <DZSdnRBfsMGT02 fanZ2dnUVZ_uSgn Z2d@earthlink.c om>,
      Dennis Lee Bieber <wlfraed@ix.net com.comwrote:
      >On Mon, 7 Apr 2008 09:05:57 -0700 (PDT), mc <m.otteneder@gm ail.com>
      >declaimed the following in comp.lang.pytho n:
      >>
      >>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...
      >>
      > Maybe SAGE?
      > sympy?
      >>
      >http://www.google.com/search?hl=en&q...=Google+Search
      .
      .
      .
      While there are in fact several possible approaches to symbolic mani-
      pulation of "mathematic al 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.
      +1

      Jaap

      Comment

      Working...