发布时间:2019-08-28 09:21:48编辑:auto阅读(2806)
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网站开
51366
50839
41427
38225
32721
29616
28436
23340
23282
21613
1699°
2427°
2028°
1965°
2305°
1993°
2703°
4519°
4342°
3096°