An open API service indexing awesome lists of open source software.

https://github.com/stoverc/rootfindingalgorithms

Implementations of various root finding algorithms
https://github.com/stoverc/rootfindingalgorithms

Last synced: about 1 month ago
JSON representation

Implementations of various root finding algorithms

Awesome Lists containing this project

README

          

# Root Finding Algorithms
This is a collection of implementations of various root finding algorithms.

Changelog


19 Jul 2022



  1. Initial commit, including bisection method code for both Mathematica and Python3. More algorithmes / languages to come!

  2. Later, swapped out the .nb file for a .wl instead.