You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Computes weight and absisca for gauss laguerre method.
To perform integration 
f = @(x) x.^2;
% Using 2 nodes
[x, w] = Gaulagwt(2);
I_2nodes = w*f(x)
Cite As
Lateef Adewale Kareem (2026). Gauss Laguerre Integration Nodes and Weights (https://www.mathworks.com/matlabcentral/fileexchange/69136-gauss-laguerre-integration-nodes-and-weights), MATLAB Central File Exchange. Retrieved .
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
General Information
- Version 2.0.4 (5.6 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0.4 | corrected the display in the description |
||
| 2.0.3 | 1. the function is modified to make alf an optional argument.
|
||
| 1.0.3 | change of title for more visibility |
||
| 1.0.2 | modified the description |
||
| 1.0.1 | Changed to matlabs inbuilt gammaln function. |
||
| 1.0.0 |