R/ultraspherical.inner.products.R

Defines functions ultraspherical.inner.products

Documented in ultraspherical.inner.products

ultraspherical.inner.products <- function( n, alpha )
{
###
###	This function returns a vector with n+1 elements
###	containing the inner product of an order k ultraspherical polynomial
###	with itself (i.e. norm squared) for orders k=0,1,...,n
###
###	Parameters
###	n = integer highest polynomial order
###	alpha = polynomial parameter
###
	return( gegenbauer.inner.products( n, alpha ) )
}	

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.