OrthogonalSeries[GetInfo] - return information about hypergeometric orthogonal polynomials
|
Calling Sequence
|
|
GetInfo(P, subject, optional_arg)
|
|
Parameters
|
|
P
|
-
|
hypergeometric polynomial
|
subject
|
-
|
literal name; one of recurrence, structural, hypergeom, derivative, and derivative_representation
|
optional_arg
|
-
|
(optional) equation of the form root=val where val is an expression
|
|
|
|
|
Description
|
|
•
|
The GetInfo(P, subject) command returns information about the hypergeometric polynomial P that depends on the value of subject.
|
|
hypergeom: hypergeometric functional equation satisfied by P and the normalization coefficient of the Rodrigues formula.
|
|
recurrence: three-term recurrence for P.
|
|
derivative: derivative of P.
|
|
structural: structural relation(s). If the optional equation root=val is specified, GetInfo returns the partial structural relation with respect to val. This is available for only continuous hypergeometric polynomials.
|
|
derivative_representation: derivative representation for P. If the optional equation root=val is specified, GetInfo returns the partial derivative representation with respect to val. This is available for only continuous hypergeometric polynomials.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?