Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

P1-04 指数増殖,ロジスティック成長モデル

概要

生物の世代は重なることが多い.こうした個体群動態は微分方程式 (differential equation)で記述される. 今回は連続時間の指数増殖モデル dxdt=ax\frac{dx}{dt} = ax とロジスティック成長モデル dxdt=r(1x/K)x\frac{dx}{dt} = r(1 - x/K) x を扱い,オイラー法 (Euler method)による数値解を解析解と比較する. 加えて,前回の離散ロジスティックモデルに条件分岐を組み合わせて分岐図 (bifurcation diagram)を整える.

学習目標

前提知識

復習推奨

ノートブック