Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
"The Newton - Raphson Method" uses one initial approximation to solve a given equation y = f(x).In this method the function f(x) , is approximated by a tangent line, whose equation is found from the value of f(x) and its first derivative at the initial approximation.
The tangent line then intersects the X - Axis at second point. This second point is again used as next approximation to find the third point.
The script proceeds in the same way and performs upto 100 iterations. The Accuracy required
(required no. of decimal places) is taken as input from the user. The error between solutions of each iteration is checked every time and if found less than required accuracy, the iterations are stopped.
Citation pour cette source
अंबरीश प्रशांत चांदूरकर Ambarish Prashant Chandurkar (2026). The Newton - Raphson Method (https://fr.mathworks.com/matlabcentral/fileexchange/68885-the-newton-raphson-method), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : Newton-Raphson-Secant Method
Informations générales
- Version 1.0.2 (1,37 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.2 | Author name correction |
||
| 1.0.1 | More Elaboration of Description |
||
| 1.0.0 |
