R/ultraspherical.polynomials.R

Defines functions ultraspherical.polynomials

Documented in ultraspherical.polynomials

ultraspherical.polynomials <- function( n , alpha, normalized=FALSE )
{
###
###	This function returns a list with n+1 elements
###	containing the order k ultraspherical polynomials, Ck(alpha,x),
###	for orders k=0,1,...,n
###
###	Parameters
###	n = integer highest polynomial order
###
	polynomials <- gegenbauer.polynomials( n, alpha, normalized )
	return( polynomials )
}

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.