matplotlib函數積分圖

import numpy as np import matplotlib.pyplot as plt from matplotlib.patches import Polygon def func(x): return -(x-2)*(x-8)+40 x=np.linspace(0,10) y=func(x) fig,ax=plt.subplots() plt.plot(x,y,‘r’,linew
相關文章
相關標籤/搜索