- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello again..! ;) I also wrote a program of the Newton mathod,with the same termination criteria (The program should end if the number of iterations surpass the maximum number of iterations,or if one or both of these conditions :
[tex]\left | x_{k}-x_{k-1} \right | [/tex] < ε and [tex] \left | f(x_{k}) \right | [/tex] < ε
are valid. )
At the bisection method I found the maximum number of iterations needed so that the method converges,using the formula [tex] n=log_{2}(\frac{b-a}{ε}) [/tex] (or am I wrong? ).Is there a similar formula to find the maximum number of iterations needed so that the Newton method converges?
[tex]\left | x_{k}-x_{k-1} \right | [/tex] < ε and [tex] \left | f(x_{k}) \right | [/tex] < ε
are valid. )
At the bisection method I found the maximum number of iterations needed so that the method converges,using the formula [tex] n=log_{2}(\frac{b-a}{ε}) [/tex] (or am I wrong? ).Is there a similar formula to find the maximum number of iterations needed so that the Newton method converges?