Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achint08/root-finding-numerica
Root finding implemented using secant, bisection, newton method and calculating roots using sympy
https://github.com/achint08/root-finding-numerica
bisection-method newton-method newton-raphson plot python root-finding secant-method sympy
Last synced: about 1 month ago
JSON representation
Root finding implemented using secant, bisection, newton method and calculating roots using sympy
- Host: GitHub
- URL: https://github.com/achint08/root-finding-numerica
- Owner: Achint08
- Created: 2022-10-06T00:17:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T00:22:01.000Z (about 2 years ago)
- Last Synced: 2024-04-25T00:45:50.337Z (8 months ago)
- Topics: bisection-method, newton-method, newton-raphson, plot, python, root-finding, secant-method, sympy
- Language: Jupyter Notebook
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# root-finding-numerica
Root finding implemented using secant, bisection, newton method and calculating roots using sympy