A root-finding algorithm is a numerical algorithm for finding a value x such that f (x) = 0 for a given function f. This procedure is also called finding zeros . As a result, you can get no solution, one solution, or multiple solutions. NM Dev provides a few methods to find roots. They are the Jenkins-Traub algorithm, bisection method, Brent’s method, Newton-Raphson method, and Halley’s method. With the exception of polynomials, we have the Jenkins-Traub algorithm that calculates all the roots of a polynomial. In general, the zeros of a function cannot be computed exactly or there ...
3. Finding Roots of Equations
Get Numerical Methods Using Java: For Data Science, Analysis, and Engineering now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.