Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.
-
Updated
Oct 31, 2024 - Julia
Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.
SUNDIALS: For those starting to learn to use the CVODE package. Also contains examples regarding more complex development with SUNDIALS libraries.
A python package to locate poles and zeros of a meromorphic function with their multiplicities
A numerical root-finding method for nonlinear systems of equations.
Rust Chebyshev Proxy Rootfinder: A robust global rootfinder using adaptive Chebyshev interpolation with automatic subdivision that accurately finds all roots of a smooth function F(x) on [a, b] using the Chebyshev-Frobenius companion matrix.
Practice with various numerical schemes (Group homeworks, Numerical Algorithms 2023-24 @uva)
Generic derivative objects (gradients, Jacobians, Hessians, and more) by finite differences
Root Finding using the bisection method. Automatically assigns bounds.
Implementation of Roots Finding Methods in Python using Tkinter
In this project I explore the bisection method for root finding using python libraries.
Matlab and Octave library for some numerical computations.
These are the algorithms that I created for my MECH 105 class at CSU, utilizing different numerical methods.
Parallel Bairstow's Rootfinding Algorithm Python Code
Add a description, image, and links to the rootfinding topic page so that developers can more easily learn about it.
To associate your repository with the rootfinding topic, visit your repo's landing page and select "manage topics."