06a-NR-Secant_Methods-annotated.pdf

2023-02-08
下载

大小:220.80KB

NR-Secant_Method 


节选段落一:
xold=x0; fold=f(xold); f’old=f’(xold)
Erel=Eabs=large
count = 0
while (|Erel| > tol1 AND |Eabs|>tol2) AND count count=count+1
if f’old=0 STOP→
xnew = xold – fold / f’old
Erel=… ; Eabs=…
xold=xnew; fold=f(xold); f’old=f’(xold)
end
print xnew,f(xnew),count
x
f
MecE390 – Lange
SECANT
默认 最新
当前暂无评论,小编等你评论哦!
App下载
技术邻APP
工程师必备
  • 项目客服
  • 培训客服
  • 平台客服

TOP