AssociatedLaguerreP​oly.m

Versión 1.0.0.0 (486 Bytes) por David Terr
This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given n and m.
4,5K descargas
Actualizado 15 jun 2004

Sin licencia

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

Citar como

David Terr (2024). AssociatedLaguerrePoly.m (https://www.mathworks.com/matlabcentral/fileexchange/4914-associatedlaguerrepoly-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polynomials en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Generalized Laguerre polynomial

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

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