AssociatedLaguerreP​oly.m

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

No License

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

Cite As

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

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers
Acknowledgements

Inspired: Generalized Laguerre polynomial

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

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