import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation k = 2*np.pi w = 2*np.pi dt = 0.01 xmin = 0 xmax ...
確定! 回上一頁