zeta function for complex argument

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alec.Edgington@blueyonder.co.uk

    #1

    zeta function for complex argument

    Hi,

    Quick question: I'm wondering if there is, Somewhere Out There, a
    Python implementation of the Riemann zeta function for complex
    argument...?

    Thanks for any help.

    A.

  • bearophileHUGS@lycos.com

    #2
    Re: zeta function for complex argument

    Alec.Edgington@ blueyonder.co.u k wrote:
    Quick question: I'm wondering if there is, Somewhere Out There, a
    Python implementation of the Riemann zeta function for complex
    argument...?
    It seems that Scipy contaisn zeta too:


    Search for "Other Special Functions:"

    Bye,
    bearophile

    Comment

    • Robert Kern

      #3
      Re: zeta function for complex argument

      bearophileHUGS@ lycos.com wrote:
      Alec.Edgington@ blueyonder.co.u k wrote:
      >Quick question: I'm wondering if there is, Somewhere Out There, a
      >Python implementation of the Riemann zeta function for complex
      >argument...?
      >
      It seems that Scipy contaisn zeta too:
      http://www.rexx.com/~dkuhlman/scipy_...1.html#special
      But not for a complex argument.

      --
      Robert Kern

      "I have come to believe that the whole world is an enigma, a harmless enigma
      that is made terrible by our own mad attempt to interpret it as though it had
      an underlying truth."
      -- Umberto Eco

      Comment

      Working...