Find polynomial roots with Jenkins-Traub algorithm.
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Find polynomial roots with Jenkins–Traub algorithm. The mex-function is using the CPOLY algorithm from ACM Algorithm 419 for polynomials with complex coefficients, and the RPOLY algorithm from ACM Algorithm 493 for polynomials with real coefficients. The algorithm calculates all of the zeros of a polynomial whose coefficients are the elements of a vector in order of decreasing powers. Leading zeros in the coefficients are discarded.
Citar como
Ivo Houtzager (2026). Polynomial roots with Jenkins-Traub algorithm (https://github.com/iwoodsawyer/polyroots/releases/tag/v1.3.0.2), GitHub. Recuperado .
Agradecimientos
Inspiración para: testing and solving polynomials
Información general
- Versión 1.3.0.2 (25,2 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.3.0.2 | See release notes for this release on GitHub: https://github.com/iwoodsawyer/polyroots/releases/tag/v1.3.0.2 |
||
| 1.3.0.1 | See release notes for this release on GitHub: https://github.com/iwoodsawyer/polyroots/releases/tag/v1.3.0.1 |
||
| 1.3.0.0 | Fix compile issue with define tmwtypes_do_not_include_stdbool
|
||
| 1.2.0.0 | Fix for double definition of abs with Visual Studio 2013 and higher
|
||
| 1.1.0.0 | Fixed allocation size |
||
| 1.0.0.0 |
