多维Fourier_series在sympy中如何工作?

时间:2020-04-17 03:25:41

标签: python sympy

我正试图在sympy中做到这一点:

enter image description here

from sympy.abc import *
from sympy import *
from sympy.plotting import *
plot3d(fourier_series(x**2*y,(x,-pi,pi),(y,-pi,pi)).truncate(2),(x,-pi,pi),(y,-pi,pi))

我得到的似乎不正确。

enter image description here

the document没有提到这种情况。

0 个答案:

没有答案