# NOT RUN {
###
### generate a list of quadrature rule frames for
### the Hermite orthogonal polynomials
### of orders 1 to 5
###
orthogonal.rules <- hermite.he.quadrature.rules( 5 )
print( orthogonal.rules )
###
### generate a list of quadrature rule frames for
### the Hermite orthonormal polynomials
### of orders 1 to 5
###
orthonormal.rules <- hermite.he.quadrature.rules( 5, TRUE )
print( orthonormal.rules )
# }
Run the code above in your browser using DataLab