Find polynomial roots with Jenkins-Traub algorithm.
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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.
인용 양식
Ivo Houtzager (2026). Polynomial roots with Jenkins-Traub algorithm (https://github.com/iwoodsawyer/polyroots/releases/tag/v1.3.0.2), GitHub. 검색 날짜: .
도움
도움 준 파일: testing and solving polynomials
| 버전 | 퍼블리시됨 | 릴리스 정보 | 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 |
