Gauss Laguerre Integration Nodes and Weights
Version 2.0.4 (5,6 ko) par
Lateef Adewale Kareem
Gauss Laguerre method.
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)
Citation pour cette source
Lateef Adewale Kareem (2025). Gauss Laguerre Integration Nodes and Weights (https://fr.mathworks.com/matlabcentral/fileexchange/69136-gauss-laguerre-integration-nodes-and-weights), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2018b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 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 |