Description Usage Arguments Value Author(s) References Examples
Computes the Hermite Quadrature weights for a set of grid points
| 1 | hermquad(N)
 | 
| N | Number of nodes for the quadrature | 
An object of class "GaussQuadrature".  This has the components:
| X  | Coordinates of the nodes | 
| W  | Weights asociated to each node | 
Jose Luis Vicente-Villardon,Julio Cesar Hernandez Sanchez
Maintainer: Jose Luis Vicente-Villardon <villardon@usal.es>
Stroud, A.H. and Secrest, D. (1966) Gaussian Quadrature Formulas, Englewood Cliffs, NJ: Prentice-Hall.
Hildebrand,F. B. (1987) Intoduction to Numerical Analysis 2nd Ed, Dover Publications, New York, page 385
| 1 2 |   
  hermquad(10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.