AssociatedLaguerreP​oly.m

This program returns the coefficients of the Associated Laguerre polynomial L_{n,m}, given n and m.

You are now following this Submission

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 (2026). AssociatedLaguerrePoly.m (https://www.mathworks.com/matlabcentral/fileexchange/4914-associatedlaguerrepoly-m), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: Generalized Laguerre polynomial

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

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