R/laguerre.inner.products.R

Defines functions laguerre.inner.products

Documented in laguerre.inner.products

laguerre.inner.products <- function( n )
{
###
###	This function returns a vector with n+1 elements
###	containing the inner product of order k Laguerre polynomials, Lk(x),
###	with itself (i.e. the norm squared) for orders k=0,1,...,n
###
###	Parameter
###	n = integer highest polynomial order
###
	return( glaguerre.inner.products( n, 0 ) )
}

Try the orthopolynom package in your browser

Any scripts or data that you put into this service are public.

orthopolynom documentation built on Oct. 3, 2022, 5:08 p.m.