newtzero
Version 1.4.0.0 (3,38 ko) par
Matt Fig
Finds the root(s) of a function of one variable, including complex roots, using Newton's method.
NEWTZERO(f,xr,n,tol) finds roots of function f near guess xr with n iterations to tolerance tol. May find more than one root, even if guess is way off. NEWTZERO often works to find complex roots where FZERO fails. See examples in help.
The initial guess, number of iterations, and tolerance are optional arguments.
NEWTZERO finds the roots of functions of only one variable!
Please email me about bugs or other concerns. Thanks.
Citation pour cette source
Matt Fig (2026). newtzero (https://fr.mathworks.com/matlabcentral/fileexchange/6924-newtzero), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2007a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Mathematics and Optimization > Optimization Toolbox > Systems of Nonlinear Equations > Newton-Raphson Method >
En savoir plus sur Newton-Raphson Method dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.4.0.0 | Faster method. |
||
| 1.3.0.0 | Better filtering |
||
| 1.0.0.0 | TYPO fix |
