- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
机械工业离散数学英文版部分答案3_4
Homework3
3.1: P177
Ex4: set the answer to be. For i going from 1 through n-1, computer the value of the i+1 st element in the list minus the ith element in the list. If this is larger than the answer, reset the answer to be this value.
Ex27
ternary V, s, e
if s e
return -1
else
m1 ← e-s /3 + s
m2 ← 2* e-s /3 + s
if V A[ m1 ]
return m1
else if V A[ m2 ]
return m2
else if V A[ m1 ]
return ternary V, s, m1-1
else if V A[ m2 ]
return ternary V, m1+1, m2-1
else
return ternary V, m2+1, e
3.2: P191
Ex2 a Yes c Yes e No
Ex20 The approach in these problems is to pick out the most rapidly growing term in each sum and discard the rest including the multiplicative constants .
a O n3log n b O 6n c O nnn!
Ex28 a Choose C1 1 and C2 2, for all x 1, we have C1*3x2 3x2+x+1 C2*3x2.
Ex36 This does not follow. Let f x 2x and g x x. then f x is O g x . Now 2f x 4x, and 2g x 2x. The ratio 4x/2x 2x grows without bound as x grows—it is not bounded by a constant.
3.3: P200
Ex8
a Initially y: 3, for i 1 we set y to 7, for i 2 we set y to 15, and we are done.
b There is one multiplication and one addition for each of the n passes through the loop, so there are n multiplication and n additions in all.
Ex10
a 1.224*10-6 seconds b 1.05*10-3 seconds c 1.13*106 seconds d 1.27*1021 seconds
3.4: P208
Ex6 Under the hypotheses, we have c as and d bt for some s and t. Multiplying we obtain cd ab st , which means ab|cd, as desired.
Ex24 Write n 2k+1 for some integer k. Then n2 4k k+1 +1. Since either k or k+1 is even, therefore n2-1 is a multiple of 8, so n21 mod 8 .
3.5: P217
Ex10 These are 1,5,7,and 11.
Ex32 From ab mod m we know that b a+sm for some integer s. Now if d is a common divisor of a and m, then it divides the right-hand side of this equation, so it dived b. We can rewrite the equation as a b-sm, and then by similar reasoning, we see that every common divisor of b and m is also a divisor of a. This shows that the set of common divisors of
您可能关注的文档
最近下载
- 22G101 三维彩色立体图集.docx VIP
- 2025年部编版四年级下册道德与法治全册教案教学设计[WORD最新带板书带目录.pdf VIP
- 8D报告案例模板.ppt VIP
- 工程结算审核实务:重点难点解析及解决方案.docx VIP
- 重大活动应急预案.docx VIP
- DB34T4021-2021《城市生命线工程安全运行监测技术标准》.docx VIP
- 宁波市2023年小学生科普知识学习体验活动-高段组(参考答案) .pdf VIP
- 拼装式施工灯架制作和安装工艺.pdf VIP
- 青岛宏丰聚三氟氯乙烯及氟碳乳液合成工艺问世.pdf VIP
- 江苏省南通市2024-2025学年八年级下学期期末物理试题.pdf VIP
文档评论(0)