Newton's Method

Finds the roots of a function.
Download

Newton's Method Ranking & Summary

Advertisement

  • Rating:

Newton's Method Tags


Newton's Method Description

From Robert Delaney: Newton's Method is an application which, using the Newton-Raphson Method, enables you to find the real solutions of f(x) = 0 for a real function f(x). It also acts as a function evaluator to an accuracy of about 15 significant figures. You can enter a wide variety of functions for f(x). REALbasic's RBScript translates the function into machine language so the numerical calculation proceeds as rapidly as if the function had been compiled into the application from the source code.


Newton's Method Related Software