import numpy as np; import matplotlib.pyplot as plt; # 建立x,從-pi 到pi,共100 點,且需包含終點pi; x = np.linspace(-np.pi, np.pi, num=100, ...
確定! 回上一頁