How to plot a Bifurcation diagram for differential equation? Is there any formula to plot the bifurcation diagram?
166 ビュー (過去 30 日間)
古いコメントを表示
How to plot a Bifurcation diagram for differential equation? Is there any formula to plot the bifurcation diagram?
0 件のコメント
採用された回答
その他の回答 (1 件)
Jagdeep Singh
2019 年 7 月 8 日
r1=10; r2=5; r3=3; a = 0.4; b = 1.5; c = 10; d = 1; e = 5; f = 1; g = 0.1; h=1.5; l=1; k=0.3; H=0.5;
dN = [n(1)*(r1-a*n(1)-b*n(2)-(c*n(3))/(1+g*n(1))-H); n(2)*(-r2+d*n(1)-e*n(2)-(f*n(3))/(1+g*n(2))-H); n(3)*(-r3+(h*n(1))/(1+g*n(1))+(l*n(1))/(1+g*n(2))-k*n(3)-H)];
How can I plot a Bifurcation diagram for avobe differential equation? may be N1 vs r1 or r2 or r3 or N2 vs r2
Thank you so much.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Nonlinear Dynamics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!