Gauss Laguerre Integration Nodes and Weights
Versione 2.0.4 (5,6 KB) da
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)
Cita come
Lateef Adewale Kareem (2024). Gauss Laguerre Integration Nodes and Weights (https://www.mathworks.com/matlabcentral/fileexchange/69136-gauss-laguerre-integration-nodes-and-weights), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
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 |