簡單演示. import matplotlib.pyplot as plt import numpy as np # 從[-1,1]中等距去50個數作為x的取值x = np.linspace(-1, 1, 50) print(x) y = 2*x ...
確定! 回上一頁