- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
matlab软与试验课后试验一作业
1(1) z1=(2*sin(85*pi/180))/(1+exp(2))
z1 =
0.2375
(2) x=[2,1+2*i;-0.45,5];
z2=0.5*log(x+sqrt(1+x^2))
z2 =
0.7114 - 0.0253i 0.8968 + 0.3658i
0.2139 + 0.9343i 1.1541 - 0.0044i
(3) a=-3.0:0.1:3.0;
z3=(((exp(0.3.*a)-exp(-0.3.*a))/2).*sin(a+0.3))+log((0.3+a)/2)
z3 =
Columns 1 through 4
0.7388 + 3.1416i 0.7696 + 3.1416i 0.7871 + 3.1416i 0.7913 + 3.1416i
Columns 5 through 8
0.7822 + 3.1416i 0.7602 + 3.1416i 0.7254 + 3.1416i 0.6784 + 3.1416i
Columns 9 through 12
0.6196 + 3.1416i 0.5496 + 3.1416i 0.4688 + 3.1416i 0.3780 + 3.1416i
Columns 13 through 16
0.2775 + 3.1416i 0.1680 + 3.1416i 0.0497 + 3.1416i -0.0771 + 3.1416i
Columns 17 through 20
-0.2124 + 3.1416i -0.3566 + 3.1416i -0.5104 + 3.1416i -0.6752 + 3.1416i
Columns 21 through 24
-0.8536 + 3.1416i -1.0497 + 3.1416i -1.2701 + 3.1416i -1.5271 + 3.1416i
Columns 25 through 28
-1.8436 + 3.1416i -2.2727 + 3.1416i -2.9837 + 3.1416i -37.0245
Columns 29 through 32
-3.0017 -2.3085 -1.8971 -1.5978
Columns 33 through 36
-1.3575 -1.1531 -0.9723 -0.8083
Columns 37 through 40
-0.6567 -0.5151 -0.3819 -0.2561
Columns 41 through 44
-0.1374 -0.0255 0.0792 0.1766
Columns 45 through 48
0.2663 0.3478 0.4206 0.4841
Columns 49 through 52
0.5379 0.5815 0.6145 0.6366
Columns 53 through 56
0.6474 0.6470 0.6351 0.6119
Columns 57 through 60
0.5777 0.5327 0.4774 0.4126
Column 61
0.3388
(4) t=0:0.5:2.5;
z4=t.^2.*(t=0t1)+(t.^2-1).*(t=1t2)+(t.^2-2*t+1).*(t=2t3)
z4 =
0 0.2500 0 1.2500 1.0000 2.2500
2(1) A=[12,34,-4;34,
文档评论(0)