阅读背景:

在点Python 2.7中评估函数的导数

来源:互联网 

I have the following function:

我有以下功能:

import sympy as sp
def inverted(q, m, a, nu):
    return (-1)**(m+1)*(a/m)**m*sp.exp(m)*q**(-nu)*sp.diff(1/(sp.sqrt(a**2+q**2))*(sp.sqrt(a**2+q**2)-a)**(nu), a, m+1)
impo



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: