Non-Continuity function 不連續函數. def g(x): if x != 0: return -(12/(2*x))**2 import matplotlib.pyplot as plt x = range(-20, 21) y = [g(a) for a in x] # 作 ...
確定! 回上一頁