Riemann Theta函数在sage / sympy / Python中?

时间:2016-03-21 15:02:19

标签: python math sympy sage

是否有一个库函数来计算sympy / sage / Python中的Riemann Theta function

我查看过这些文档并且无法找到任何内容,但我想知道我是否错过了其他名称。

作为我想做的一个例子,这里有一些Maple代码。

> evalf(RiemannTheta([0,0],Matrix([[3*I/Pi, 0],[0,3*I/Pi]])));
                              1.2090903064 + 0. I

1 个答案:

答案 0 :(得分:1)

看一下,我发现了这个功能:mpmath.zeta

以下是相关文档:http://docs.sympy.org/0.7.1/modules/mpmath/functions/zeta.html

对不起,我在这里混了我的希腊字母。

这可以解决这个问题吗? :https://github.com/abelfunctions/abelfunctions/wiki/Getting%20Started