python中通过sympy库的f(x).series(x,x0,n)函数表示 f(x)的泰勒展开,(其中 x0 若无指定默认取值为 0 ,n 若无指定默认取值为 6)
f(x).series(x,x0,n)