请输入您要查询的字词:

 

单词 NthRootByNewtonsMethod
释义

nth root by Newton’s method


The Newton’s method is very suitable for computing approximate values of higher nth roots (http://planetmath.org/NthRoot) of positive numbers (and odd roots of negative numbers!).

The general recurrence formula

xk+1=xk-f(xk)f(xk)

of the method for determining the zero of a function f, applied to

f(x):=xn-α

whose zero is αn, reads

xk+1=1n[(n-1)xk+αxkn-1].(1)

For a radicand α, beginning from some initial value x0 and using (1) repeatedly with successive values ofk, one obtains after a few steps a sufficiently accurate value of αn if x0 was not very far from the searched root.

Especially for cube root α3, the formula (1) is

xk+1=13[2xk+αxk2].(2)

For example, if one wants to compute 23 and uses  x0=1, already the fifth step gives

x5= 1.259921049894873

which decimals.

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 10:34:23