Gauss Legendre Integration Node and Weights

This script is for computing definite integrals using Legendre-Gauss
85 descargas
Actualizado 25 May 2022

Ver licencia

% Gaulegwt.m
%
% This script is for computing definite integrals using Legendre-Gauss
% Quadrature. Computes the Legendre-Gauss nodes and weights on an interval
% [x1, x2] with truncation order N
%
% Suppose you have a continuous function f(x) which is defined on [x1, x2]
% which you can evaluate at any x in [x1, x2]. Simply evaluate it at all of
% the values contained in the x vector to obtain a vector f. Then compute
% the definite integral using sum(f.*w);
%
% Written by Lateef Kareem - 12/02/2018

Citar como

Lateef Adewale Kareem (2024). Gauss Legendre Integration Node and Weights (https://www.mathworks.com/matlabcentral/fileexchange/70306-gauss-legendre-integration-node-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 Linux
Categorías
Más información sobre Numerical Integration and Differential Equations en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.3

Change of title to allow more visibility

1.0.1

tags

1.0.0