AssociatedLaguerrePoly.m
バージョン 1.0.0.0 (486 Bytes) 作成者:
David Terr
This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given n and m.
ダウンロード: 4.5K
更新
2004/6/15
ライセンスがありません
This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given nonnegative integers n and m with m <= n. When m=0, this is the Laguerre polynomial L_n. polyval(AssociatedLaguerrePoly(n,m),x) evaluated L_{n,m}(x).
引用
David Terr (2024). AssociatedLaguerrePoly.m (https://www.mathworks.com/matlabcentral/fileexchange/4914-associatedlaguerrepoly-m), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R12
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Mathematics > Elementary Math > Polynomials >
Help Center および MATLAB Answers で Polynomials についてさらに検索
タグ
謝辞
ヒントを与えたファイル: Generalized Laguerre polynomial
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 | I modified this function so that it returns a column vector. |