matlab code for modified NR 1+root2 method

1 回表示 (過去 30 日間)
sanat patro
sanat patro 2018 年 4 月 5 日
回答済み: arushi 2024 年 9 月 3 日
modified NR method to achieve convergence order 1+(square root 2)

回答 (1 件)

arushi
arushi 2024 年 9 月 3 日
Hi Sanat,
The Newton-Raphson (NR) method is a popular iterative technique for finding successively better approximations to the roots (or zeroes) of a real-valued function. The standard NR method typically has a quadratic convergence rate, meaning it converges very quickly near the root if the initial guess is sufficiently close.
To modify the NR method to achieve a convergence order , you can use a technique known as the Halley’s method, which is a third-order iterative method.
Hope this helps.

カテゴリ

Help Center および File ExchangeNewton-Raphson Method についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by