hermite_rule_test


hermite_rule_test, a MATLAB code which calls hermite_rule(), which generates a specific Gauss-Hermite quadrature rule, based on user input.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

hermite_rule, a MATLAB code which can compute and print a Gauss-Hermite quadrature rule for estimating the integral of a function with density exp(-x^2) over the interval (-oo,+oo).

Source Code:

HERM_O4 is a Hermite rule of order 4, created by the command

        hermite_rule ( 4, 0.0, 1.0, 0, 'herm_o4' )
      


Last revised on 29 January 2019.