###
### generate the list of quadrature rule data frames for
### the Jacobi G polynomial
### of orders 1 to 5
### parameter p is 3 and parameter q is 2
###
rules <- jacobi.g.quadrature.rules( 5, 3, 2 )
print( rules )Run the code above in your browser using DataLab