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
- Host: GitHub
- URL: https://github.com/stoverc/rootfindingalgorithms
- Owner: stoverc
- Created: 2022-07-19T04:37:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T22:49:40.000Z (about 3 years ago)
- Last Synced: 2025-01-11T15:48:08.944Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Root Finding Algorithms
This is a collection of implementations of various root finding algorithms.
Changelog
19 Jul 2022
- Initial commit, including bisection method code for both
Mathematica and Python3. More algorithmes / languages to come!
- Later, swapped out the
.nb file for a .wl instead.