1

在 Mathematica 中有开尔文函数 KelvinBer[n,z]。我需要在 Python 中具有 n=0 和 n=1 的等价物。

有 scipy.special.ber(x),但据我了解和玩弄,它带有 n=0。是否有已定义的 n=1 可用的 KelvinBer?

我可以以数字方式实现它,但如果有人知道更快的方法,我将非常感激。

4

1 回答 1

1

Mpmath有一个带ber()参数的函数n

在此处输入图像描述

于 2018-06-28T06:41:49.030 回答