jacobi.g.inner.products: Inner products of Jacobi polynomials
Description
This function returns a vector with $n$+1 elements containing the inner product of an order $k$ Jacobi polynomial, $G_k \left( {p,q,x} \right)$, with itself (i.e. the norm squared) for orders $k$ = 0, 1, ... , $n$.
Usage
jacobi.g.inner.products(n,p,q)
Arguments
n
integer highest polynomial order
p
first polynomial parameter
q
first polynomial parameter
Value
A vector with $n$+1 elements
1inner product of order 0 orthogonal polynomial
2inner product of order 1 orthogonal polynomial
...
n+1inner product of order $n$+1 orthogonal polynomial
Details
~~ If necessary, more details than the description above ~~