GitHub / YashIITM / Root-Finding-Algorithms
The behaviour of general root-finding algorithms is studied in numerical analysis. How-ever, for polynomials, root-finding study belongs generally to computer algebra, sincealgebraic properties of polynomials are fundamental for the most efficient algorithms. The efficiency of an algorithm may depend dramatically on the characteristics of the given functions. For example, many algorithms use the derivative of the input function,while others work on every continuous function. In general, numerical algorithms are not guaranteed to find all the roots of a function, so failing to find a root does not prove that there is no root. However, for polynomials, there are specific algorithms that use algebraic properties for certifying that no root is missed, and locating the roots in separate intervals(or disks for complex roots) that are small enough to ensure the convergence of numerical methods (typically Newton’s method) to the unique root so located.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashIITM%2FRoot-Finding-Algorithms
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: TeX
Size: 942 KB
Dependencies parsed at: Pending
Created at: almost 4 years ago
Updated at: almost 4 years ago
Pushed at: almost 4 years ago
Last synced at: almost 2 years ago
Topics: bisection-method, newton-raphson, newtons-method, root-finding-algorithms, root-finding-methods, tictoc