发布时间:2019-08-28 09:21:48编辑:auto阅读(3043)
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网站开
53139
40060
34430
30179
25083
24884
23268
16752
14887
14386
737°
687°
739°
761°
809°
937°
909°
927°
1025°
942°