matplotlib繪製函數、導數圖像

# -*- coding: utf-8 -*- import matplotlib.pyplot as plt import numpy as np # 肯定座標軸 plt.xlim((-3, 3)) plt.ylim((-70, 150)) # 肯定函數的x,y點 # 原函數 x1 = np.linspace(-3,3.5,100) def y1
相關文章
相關標籤/搜索