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
一般的な情報
- バージョン 1.3.0.2 (25.2 KB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | 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 |
