发布时间:2019-08-28 09:21:48编辑:auto阅读(2804)
from sympy import *
x = Symbol("x")
diff(x**3+x,x)
#output: 3*x**2 + 1
# 一维多项式操作
from numpy import poly1d
上一篇: 使用Python中的config配置
下一篇: 2018年最好用的5个python网站开
51318
50770
41364
38169
32652
29542
28387
23259
23230
21555
1629°
2364°
1968°
1911°
2240°
1947°
2641°
4426°
4267°
3038°