Gauss Legendre Integration Node and Weights

버전 1.0.3 (1.88 KB) 작성자: Lateef Adewale Kareem
This script is for computing definite integrals using Legendre-Gauss
다운로드 수: 104
업데이트 날짜: 2022/5/25

라이선스 보기

% 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

인용 양식

Lateef Adewale Kareem (2025). Gauss Legendre Integration Node and Weights (https://kr.mathworks.com/matlabcentral/fileexchange/70306-gauss-legendre-integration-node-and-weights), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.3

Change of title to allow more visibility

1.0.1

tags

1.0.0