https://github.com/josgard94/newton-raphson-method-python-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.
https://github.com/josgard94/newton-raphson-method-python-
matematicas metodos-numericos newton-raphson programming programming-python python python3
Last synced: 3 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-python-
- Owner: josgard94
- Created: 2020-09-18T06:55:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T06:56:35.000Z (over 5 years ago)
- Last Synced: 2025-03-15T06:31:05.185Z (10 months ago)
- Topics: matematicas, metodos-numericos, newton-raphson, programming, programming-python, python, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newton-Raphson-Method-Python-
In this program the Newton-Raphson method is implemented to approximate the roots of a real function.