chapter12015学期分析报告.ppt

lear a(1)=0.1; for i=1:100 a(i+1)=1.5387*a(i)*(1-a(i)); end figure(1) plot(0:100,a,.) b(1)=0.1; for i=1:100 b(i+1)=2.750*b(i)*(1-b(i)); end figure(2) plot(0:100,b,.) c(1)=0.1; for i=1:100 c(i+1)=3.250*c(i)*(1-c(i)); end figure(3) plot(0:100,c,.) d(1)=0.1; for i=1:100 d(i+1)=3.525*d(i)*(1-d(i)); end figure(4) plot(0:100,d,.) e(1)=0.1; for i=1:100 e(i+1)=3.555*e(i)*(1-e(i)); end figure(5) plot(0:100,e,.) f(1)=0.1; for i=1:100 f(i+1)=3.750*f(i)*(1-f(i)); end figure(6) plot(0:100,f,.) 1.4. Systems of Difference Equations In this section we consider systems of difference equations. For sele

文档评论(0)

1亿VIP精品文档

相关文档