2014-02-23 140 views

回答

1

你可以向量化mpmath.ellipk(m, **kwargs)使用數組的工作:

ellipke = numpy.vectorize(mpmath.ellipk) 

,但如果你不想處理sympy,您可以定義使用scipy.integrate.quad