rootfinding

There are 13 repositories under rootfinding topic.

  • SciML/SimpleNonlinearSolve.jl

    Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.

    Language:Julia6273321
  • basilwong/simple-sundials

    SUNDIALS: For those starting to learn to use the CVODE package. Also contains examples regarding more complex development with SUNDIALS libraries.

    Language:C++14207
  • nennigb/polze

    A python package to locate poles and zeros of a meromorphic function with their multiplicities

    Language:Python6101
  • drobnyjt/rcpr

    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.

    Language:Rust1250
  • LukasErekson/RootFinding

    A numerical root-finding method for nonlinear systems of equations.

    Language:Jupyter Notebook1000
  • Akulav/AutomaticRootFinder

    Root Finding using the bisection method. Automatically assigns bounds.

    Language:Java0301
  • Blue00FF/Bisection-Method

    In this project I explore the bisection method for root finding using python libraries.

    Language:Jupyter Notebook0100
  • bushra-muneer/Numerical-Computing

    Implementation of Roots Finding Methods in Python using Tkinter

    Language:Python0100
  • ghbrown/taylor

    Generic derivative objects (gradients, Jacobians, Hessians, and more) by finite differences

    Language:Python0100
  • Ibrahim5aad/numerical-computation-package

    Matlab and Octave library for some numerical computations.

    Language:MATLAB0200
  • jonas4climate/numerical-algorithms-practice

    Practice with various numerical schemes (Group homeworks, Numerical Algorithms 2023-24 @UvA)

    Language:Jupyter Notebook0100
  • tfalkinburg/MECH-105-Algorithms

    These are the algorithms that I created for my MECH 105 class at CSU, utilizing different numerical methods.

    Language:MATLAB0100
  • luk036/bairstow

    Parallel Bairstow's Rootfinding Algorithm Python Code

    Language:Python