数字分析matlab程序.docx

上传人:b****5 文档编号:3162296 上传时间:2022-11-18 格式:DOCX 页数:49 大小:16.51KB
下载 相关 举报
数字分析matlab程序.docx_第1页
第1页 / 共49页
数字分析matlab程序.docx_第2页
第2页 / 共49页
数字分析matlab程序.docx_第3页
第3页 / 共49页
数字分析matlab程序.docx_第4页
第4页 / 共49页
数字分析matlab程序.docx_第5页
第5页 / 共49页
点击查看更多>>
下载资源
资源描述

数字分析matlab程序.docx

《数字分析matlab程序.docx》由会员分享,可在线阅读,更多相关《数字分析matlab程序.docx(49页珍藏版)》请在冰豆网上搜索。

数字分析matlab程序.docx

数字分析matlab程序

subplot(2,2,1)

x=0.578;c=0.5;

holdon;

fork=1:

60

x

y=c*x*(1-x);

y

plot(x,y,'bd')

title('研究一般迭代公式的复杂行为混沌现象')

x=y;

k=k+1

end

subplot(2,2,2)

x=0.578;c=1.5;

holdon;

fork=1:

60

x

y=c*x*(1-x);

y

plot(x,y,'g*')

title('研究一般迭代公式的复杂行为混沌现象')

x=y;

k=k+1

end

subplot(2,2,3)

x=0.578;c=2.5;

holdon;

fork=1:

60

x

y=c*x*(1-x);

y

plot(x,y,'k+')

title('研究一般迭代公式的复杂行为混沌现象')

x=y;

k=k+1

end

subplot(2,2,4)

x=0.578;c=4;

holdon;

fork=1:

60

x

y=c*x*(1-x);

y

plot(x,y,'ro')

title('研究一般迭代公式的复杂行为混沌现象')

x=y;

k=k+1

end

x=

0.5780

y=

0.1220

k=

2

x=

0.1220

y=

0.0535

k=

3

x=

0.0535

y=

0.0253

k=

4

x=

0.0253

y=

0.0123

k=

5

x=

0.0123

y=

0.0061

k=

6

x=

0.0061

y=

0.0030

k=

7

x=

0.0030

y=

0.0015

k=

8

x=

0.0015

y=

7.5413e-004

k=

9

x=

7.5413e-004

y=

3.7678e-004

k=

10

x=

3.7678e-004

y=

1.8832e-004

k=

11

x=

1.8832e-004

y=

9.4142e-005

k=

12

x=

9.4142e-005

y=

4.7066e-005

k=

13

x=

4.7066e-005

y=

2.3532e-005

k=

14

x=

2.3532e-005

y=

1.1766e-005

k=

15

x=

1.1766e-005

y=

5.8828e-006

k=

16

x=

5.8828e-006

y=

2.9414e-006

k=

17

x=

2.9414e-006

y=

1.4707e-006

k=

18

x=

1.4707e-006

y=

7.3534e-007

k=

19

x=

7.3534e-007

y=

3.6767e-007

k=

20

x=

3.6767e-007

y=

1.8384e-007

k=

21

x=

1.8384e-007

y=

9.1918e-008

k=

22

x=

9.1918e-008

y=

4.5959e-008

k=

23

x=

4.5959e-008

y=

2.2979e-008

k=

24

x=

2.2979e-008

y=

1.1490e-008

k=

25

x=

1.1490e-008

y=

5.7449e-009

k=

26

x=

5.7449e-009

y=

2.8724e-009

k=

27

x=

2.8724e-009

y=

1.4362e-009

k=

28

x=

1.4362e-009

y=

7.1811e-010

k=

29

x=

7.1811e-010

y=

3.5905e-010

k=

30

x=

3.5905e-010

y=

1.7953e-010

k=

31

x=

1.7953e-010

y=

8.9763e-011

k=

32

x=

8.9763e-011

y=

4.4882e-011

k=

33

x=

4.4882e-011

y=

2.2441e-011

k=

34

x=

2.2441e-011

y=

1.1220e-011

k=

35

x=

1.1220e-011

y=

5.6102e-012

k=

36

x=

5.6102e-012

y=

2.8051e-012

k=

37

x=

2.8051e-012

y=

1.4026e-012

k=

38

x=

1.4026e-012

y=

7.0128e-013

k=

39

x=

7.0128e-013

y=

3.5064e-013

k=

40

x=

3.5064e-013

y=

1.7532e-013

k=

41

x=

1.7532e-013

y=

8.7660e-014

k=

42

x=

8.7660e-014

y=

4.3830e-014

k=

43

x=

4.3830e-014

y=

2.1915e-014

k=

44

x=

2.1915e-014

y=

1.0957e-014

k=

45

x=

1.0957e-014

y=

5.4787e-015

k=

46

x=

5.4787e-015

y=

2.7394e-015

k=

47

x=

2.7394e-015

y=

1.3697e-015

k=

48

x=

1.3697e-015

y=

6.8484e-016

k=

49

x=

6.8484e-016

y=

3.4242e-016

k=

50

x=

3.4242e-016

y=

1.7121e-016

k=

51

x=

1.7121e-016

y=

8.5605e-017

k=

52

x=

8.5605e-017

y=

4.2803e-017

k=

53

x=

4.2803e-017

y=

2.1401e-017

k=

54

x=

2.1401e-017

y=

1.0701e-017

k=

55

x=

1.0701e-017

y=

5.3503e-018

k=

56

x=

5.3503e-018

y=

2.6752e-018

k=

57

x=

2.6752e-018

y=

1.3376e-018

k=

58

x=

1.3376e-018

y=

6.6879e-019

k=

59

x=

6.6879e-019

y=

3.3439e-019

k=

60

x=

3.3439e-019

y=

1.6720e-019

k=

61

x=

0.5780

y=

0.3659

k=

2

x=

0.3659

y=

0.3480

k=

3

x=

0.3480

y=

0.3404

k=

4

x=

0.3404

y=

0.3368

k=

5

x=

0.3368

y=

0.3350

k=

6

x=

0.3350

y=

0.3342

k=

7

x=

0.3342

y=

0.3338

k=

8

x=

0.3338

y=

0.3335

k=

9

x=

0.3335

y=

0.3334

k=

10

x=

0.3334

y=

0.3334

k=

11

x=

0.3334

y=

0.3334

k=

12

x=

0.3334

y=

0.3333

k=

13

x=

0.3333

y=

0.3333

k=

14

x=

0.3333

y=

0.3333

k=

15

x=

0.3333

y=

0.3333

k=

16

x=

0.3333

y=

0.3333

k=

17

x=

0.3333

y=

0.3333

k=

18

x=

0.3333

y=

0.3333

k=

19

x=

0.3333

y=

0.3333

k=

20

x=

0.3333

y=

0.3333

k=

21

x=

0.3333

y=

0.3333

k=

22

x=

0.3333

y=

0.3333

k=

23

x=

0.3333

y=

0.3333

k=

24

x=

0.3333

y=

0.3333

k=

25

x=

0.3333

y=

0.3333

k=

26

x=

0.3333

y=

0.3333

k=

27

x=

0.3333

y=

0.3333

k=

28

x=

0.3333

y=

0.3333

k=

29

x=

0.3333

y=

0.3333

k=

30

x=

0.3333

y=

0.3333

k=

31

x=

0.3333

y=

0.3333

k=

32

x=

0.3333

y=

0.3333

k=

33

x=

0.3333

y=

0.3333

k=

34

x=

0.3333

y=

0.3333

k=

35

x=

0.3333

y=

0.3333

k=

36

x=

0.3333

y=

0.3333

k=

37

x=

0.3333

y=

0.3333

k=

38

x=

0.3333

y=

0.3333

k=

39

x=

0.3333

y=

0.3333

k=

40

x=

0.3333

y=

0.3333

k=

41

x=

0.3333

y=

0.3333

k=

42

x=

0.3333

y=

0.3333

k=

43

x=

0.3333

y=

0.3333

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 初中教育 > 科学

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1