Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newtons method?

Status
Not open for further replies.

jmw

Industrial
Joined
Jun 27, 2001
Messages
7,435
Location
GB
When using iteration, how do you know if:
[ul][li]if you are not getting convergence?[/li]
[li]that the result is good and you have not simply reached the iteration limit?[/li][/ul]

If Exc el doesn't give these indications, should one then use Newtons method or one of the extensions of that?

JMW
 
???

Excel uses Newton's method. How you terminate the process or check for errors is not described in Newton's Method.

The easiest way to check is to compare the solution to the graph of the function.

TTFN

FAQ731-376
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top