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)で記述される.本章では連続時間の指数増殖モデル dNdt=rN\frac{dN}{dt} = rN とロジスティック成長モデル dNdt=rN(1N/K)\frac{dN}{dt} = rN(1 - N/K) を扱い,オイラー法 (Euler method)による数値解を解析解と比較する.加えて,前章の離散ロジスティックモデルに条件分岐を組み合わせて分岐図 (bifurcation diagram)を整える.

学習目標

前提知識

復習推奨

ノートブック