AssociatedLaguerreP​oly.m

Version 1.0.0.0 (486 Bytes) von David Terr
This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given n and m.
4,5K Downloads
Aktualisiert 15. Jun 2004

Keine Lizenz

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).

Zitieren als

David Terr (2026). AssociatedLaguerrePoly.m (https://de.mathworks.com/matlabcentral/fileexchange/4914-associatedlaguerrepoly-m), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Polynomials finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: Generalized Laguerre polynomial

Version Veröffentlicht Versionshinweise
1.0.0.0

I modified this function so that it returns a column vector.