Polynomial-to-Pade coefficient conversion
poly2pade converts polynomial coefficients to a Pade approximant's numerator and denominator coefficients.
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
引用
Kenneth Johnson (2026). Polynomial-to-Pade coefficient conversion (https://jp.mathworks.com/matlabcentral/fileexchange/170746-polynomial-to-pade-coefficient-conversion), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: Padé coefficients
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.1.2 | bug fix in parameter scaling (do_scale branch) |
||
| 1.1.1 | Bug fix (uninitialized sqrt_). |
||
| 1.1.0 | More robust algorithms and code for coefficient scaling and denominator degree reduction. |
||
| 1.0.3 | Fixed handling of ill-conditioned matrix. |
||
| 1.0.2 | bug fix in err calculation |
||
| 1.0.1 | Enable parallel calculations. Apply auto-scaling. Optionally return fit error. |
||
| 1.0.0 |