GaussHermite

Gauss-Hermite quadrature using tabulated abscissas and weights

Vous suivez désormais cette soumission

Numerical integration from -Inf to Inf of an integrand in the form f(x)*exp(-x^2)

f(x) must be a slowly varying function

fn_val = GaussHermite(func, npt, varargin)

func is a handle for f(x)

npt is the number of points at which f(x) is to be evaluated. A look-up table of abscissas and weights is used, so npt must be 2, 4, 6, 8, 10, 12, 16 or 20.

varargin contains any extra parameters for f

TestGaussHermite(k,b) tests the integration for f(x) = 1, x^2, cos(bx),
selected with k = 0, 1, 2 respectively.

Citation pour cette source

Stephen Bocquet (2026). GaussHermite (https://fr.mathworks.com/matlabcentral/fileexchange/21226-gausshermite), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : benbarrowes/f2matlab

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0