混沌的遍歷性圖(ergodicity)

以Logistic的Ergodicity爲例 import matplotlib.pyplot as plt import numpy as np # Logistic的迭代方程 def logistic(x): x1=u*x*(1-x) return x1 #此函數用於畫Logistic的函數圖像 def logistic_graph(): for i in np.a
相關文章
相關標籤/搜索