roots_

roots_(c) does not return zero when c(end) is nonzero.
11 descargas
Actualizado 13 dic 2020

Ver licencia

Matlab's roots function does not satisfy the condition that roots(c) should not return any zero roots when c(end) is nonzero. For example, roots([1,1,1,1e-32]) incorrectly gives a root of exact zero. roots_([1,1,1,1e-32]) gives the correct root of -1e-32.

(Reported as Case Number 04335183 on 30 Jun 2020.)

Citar como

Kenneth Johnson (2024). roots_ (https://www.mathworks.com/matlabcentral/fileexchange/84280-roots_), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

Added tag "polynomial roots".

1.0.0