Python3之繪製冪函數,畫心型,math,numpy比較

import matplotlib import matplotlib.pyplot as plt import numpy import math from pylab import * x = numpy.linspace(-4,4,200) f1 = numpy.power(10,x) f2=numpy.power(math.e,x) f3 = numpy.power(2,x) plt.
相關文章
相關標籤/搜索