import math. import matplotlib.pyplot as plt. import numpy as np. if __name__ == '__main__': x = np.arange(0.05,3,0.05). y1 = [math.log(a,1.5) for a in x].
確定! 回上一頁