LaguerrePoly.m
Version 1.0.0.0 (487 Bytes) by
David Terr
This program returns the coefficients of the Laguerre polynomial L_n, given n.
4.7K Downloads
Updated
15 Jun 2004
No License
Given a nonnegative integer n, LaguerrePoly(n) returns the coefficients of the Laguerre polynomial L_n, given n.
polyval(LaguerrePoly(n),x) evaluates
L_n(x).
Cite As
David Terr (2026). LaguerrePoly.m (https://se.mathworks.com/matlabcentral/fileexchange/4912-laguerrepoly-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Elementary Math > Polynomials >
Find more on Polynomials in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | I modified this function so that it returns a column vector. |
