https://github.com/josgard94/newton-raphson-method-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.
https://github.com/josgard94/newton-raphson-method-
aproximation-roots c c-plus-plus c-programming ecuaciones equation-solver matematicas matematics metodos-numericos newton-raphson newton-rapshon-method
Last synced: 2 months ago
JSON representation
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.
- Host: GitHub
- URL: https://github.com/josgard94/newton-raphson-method-
- Owner: josgard94
- Created: 2020-09-18T05:29:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T05:32:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T21:35:00.560Z (over 1 year ago)
- Topics: aproximation-roots, c, c-plus-plus, c-programming, ecuaciones, equation-solver, matematicas, matematics, metodos-numericos, newton-raphson, newton-rapshon-method
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newton-Raphson-method-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.