There are 4 repositories under root-finding topic.
A collection of resources regarding the interplay between differential equations, deep learning, dynamical systems, control and numerical methods.
Numerical Analysis code from the Oscar Veliz YouTube Channel
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Fatou sets in Julia (Fractals, Newton basins, Mandelbrot)
Fixed and variable-step Runge-Kutta solvers in Modern Fortran
Examples and demos showing how to call functions from the nAG Library for Python
A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.
Fast complex polynomial root finder, with support for arbitrary precision calculations
Slides/notes and Jupyter notebook demos for an introductory course of numerical analysis/scientific computing
Classification of John Burkardt's many Fortran 90 codes
A modern Fortran library for finding the roots of continuous scalar functions of a single real variable, using derivative-free methods.
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
Modern Fortran implementation of the DDEABM Adams-Bashforth algorithm
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
Python wrapper of Minpack (root finding) which can be called from within numba functions.
Repository for Numerical Analysis course given by Assoc. Prof. Dr. Bora Canbula at Computer Engineering Department of Manisa Celal Bayar University.
John Burkardt's Fortran 90 codes and documentation
Qt application to visualize newton fractals
Modern Fortran library for finding the roots of real and complex polynomial equations
library of numerical methods using Armadillo
A special purpose signal processing toolbox for special IIR filter design and transfer function form conversion, written in C.
Julia implementation of the global complex root and pole finding (GRPF) algorithm.
Reference implementation for "Temporal Set Inversion for Animated Implicits" (SIGGRAPH 2023)
A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)
The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm
Numerical Methods in SciPy
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
A python package to locate poles and zeros of a meromorphic function with their multiplicities