from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

14
méthode de Newton.md Normal file
View File

@@ -0,0 +1,14 @@
up::
title:: "$x_{n+1} = x_{n} - \dfrac{f(x_{n})}{f'(x_{n})}$ CV vers un [[racine]] de $f$"
author:: [[Isaac Newton]]
#maths/analyse
---
> [!definition] méthode de Newton
> Soit $f : \mathbb{R} \to \mathbb{R}$ une fonction de [[classe d'une fonction|classe]] $C^{2}$.
> Soit $a$ une [[racine]] de $f$.
> La suite $(x_{n}) : \begin{cases} x_{0} \approx a\\ x_{n+1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})} \end{cases}$
^definition