- 1、本文档共93页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数值方法课件
First, separate different roots with intervals. x0=x0+h Output [x0, x0+h] y n f(x0)*f(x0+h)0 x0=a Input a,h a=x0, b=x0+h x0 x0+h Move it Bisection Method of Bolzano Locate a root with an interval. Divide the interval with its midpoint. Select one of its sub-intervals as the new location. f a r b c + + - [a,b]-[c,b] Second, reduce interval length to infinite small. f a r b c + + - [a,b]-[a1,b1]-[a2,b2]-…-[an,bn] N iterations are needed to achieve the given precision Matlab Program for Bisection method See Page 59 False Position Method Locate a root with an interval. Divide the interval with the point of intersection between the secant line and the x-axis. Select one of its sub-intervals as the new location. f a r b c + - - [a,b]-[a,c] False Position Method f a r b c1 + - - [a,b]-[a,c] c2 c1-c2-…-r Matlab Program for False Position Method See Page 60 Initial Approximation of the Roots for f(x)=0 f a1 r1 b1 a2 a3 b2 b3 r2 r3 How to find the locations [ak,bk](k=1,2,3)? They are the approximations for roots rk. Initial Approximation of the Roots for f(x)=0 f x1 r1 r2 r3 x2 x3 x4 x5 x6 x7 x13 [a,b]=[xk-1,xk] [a,b]=[xk-1,xk+1] Convergence Criteria of the Roots for f(x)=0 f Errors in x are different ! Criteria 1: Convergence Criteria of the Roots for f(x)=0 f Errors in f are different ! Criteria 2: Convergence Criteria of the Roots for f(x)=0 f Combined Criteria: and Matlab Program for Location Approximation See Page 68 Modify the program to find all the root intervals! Newton-Raphson Method We have learned how to solve equation x=g(x). But, we generally have an equation in a form f(x)=0. For f(x)=0, the bisection method and false position method usually are not sufficient enough. How to transform f(x) to x=g(x) and find better algorithm? From Taylor expansion: f(xk+d)=f(xk) + f’(xk)d +O(|d |2)=0 d=xk+1-xk Making f(xk) + f’(xk)(xk+1-xk)=0, we have xk+1=xk-f(xk)/f’(xk), So, g(x)=x-f(x)/f’(x) Geometric explanation for Newton-Raphson Method x1 x2 x3 Tangent line e
您可能关注的文档
最近下载
- Siebel TAS销售管理方法论交流.ppt
- 一种耐高温热轧H型钢及其生产方法.pdf VIP
- 2025协同办公领域AI发展与应用实践报告.pptx VIP
- 2025年中电建电力运维管理有限公司招聘笔试参考题库含答案解析.pdf
- 2024中电建电力运维管理有限公司招聘361人笔试参考题库附带答案详解 .docx
- 一例高血压患者的护理个案.docx VIP
- 2025年高考语文课内文言文知识梳理(统编版)专题04《登泰山记》(解析版).docx VIP
- 2025年新高考语文专题复习:小说情节知识点讲解 课件139张.pptx VIP
- AI大模型产业落地场景和价值.pdf VIP
- 彩钢板屋面拆除、更换屋面板施工方案.docx VIP
文档评论(0)