AssociatedLaguerreP​oly.m

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

Sie verfolgen jetzt diese Einreichung

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 .

Quellenangaben

Inspiriert: Generalized Laguerre polynomial

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

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