https://github.com/notshrirang/numerical-methods
Numerical Methods for obtaining root of given polynomial or integrating given expression etc.
https://github.com/notshrirang/numerical-methods
numerical-methods
Last synced: about 1 year ago
JSON representation
Numerical Methods for obtaining root of given polynomial or integrating given expression etc.
- Host: GitHub
- URL: https://github.com/notshrirang/numerical-methods
- Owner: NotShrirang
- Created: 2022-05-10T23:50:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T11:54:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T12:36:36.296Z (over 1 year ago)
- Topics: numerical-methods
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical methods
1. Methods to find root of given polynomial. -> Newton-Raphson, Bisection method.
2. Method for integration -> Simpson's 1/3rd rule. Simpson's 3/8th rule
Runner code is the runnable file which can run Newton-Raphson and Bisection Methods.