非线性分析作业3.docxVIP

  • 25
  • 0
  • 约8.66千字
  • 约 15页
  • 2017-01-13 发布于重庆
  • 举报
非线性分析作业3

非线性分析第三次作业学 院(系): 电子信息与电气工程学部专 业: 信号与信息处理 学 生 姓 名:代 菊 学 号 任 课 教 师:梅建琴大连理工大学Dalian University of TechnologyGiven the ODE: Plot the bifurcation diagram and phase diagrams as F varies, and investigate the routes to chaos.Compute the Lyapunov exponents, and plot the value as a function of F.答:1)令,上述微分方程可以化为:Matlab 程序代码如下:%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 定义ODE方程%%%%%%%%%%%%%%%%%%%%%%%%%%%function dx=ode(ignore,X)global F wd;r=1;x=X(1);v=X(2);psi=X(3);dx=zeros(3,1);dx(1)=v;dx(2)=-r*v+x-x^3+F*cos(psi);dx(3)=wd;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%分岔图绘制程序%%%%%%%%%%%%%%%%

文档评论(0)

1亿VIP精品文档

相关文档