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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T00:22:01.000Z (over 2 years ago)
- Last Synced: 2025-01-28T17:30:33.051Z (3 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