Gauss Laguerre Integration Nodes and Weights
Versión 2.0.4 (5,6 KB) por
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)
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Numerical Integration and Differential Equations en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
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 |