Notebook containing the main numerical methods of solving non-linear equations f(x)=0 with examples.
(Comments are in French)
- Bisection method
- Secant method
- Newton's method
- Fixed point method
- Python 3.x
- Jupyter Notebook
- Matplotlib
I wil implement other methods later:
https://en.wikipedia.org/wiki/Root-finding_algorithm
Notebook contenant les 4 principales méthodes numériques de résolution d'équations non linéaires f(x)=0 avec des exemples.
- Methode de dichotomie
- Methode de la secante
- Methode de Newton-Ralphson
- Methode du point fixe
- Python 3.x
- Jupyter Notebook
- Matplotlib
J'implémenterai d'autres methodes issues de:
https://fr.wikipedia.org/wiki/Algorithme_de_recherche_d%27un_z%C3%A9ro_d%27une_fonction