Three Term Recurrence Relations
Every family of orthogonal polynomials can be shown to satisfy a three term recurrence relation of the form
Knowing the coefficients of the recurrence relation \(a_i, b_i\) along with the normalization constants \(g_i\) such that
provides all the needed information for performing arithmetic, calculus, and other manipulations on orthogonal polynomial series.
This module provides a number of classes for storing information about these recurrence
relationships that can be used with any of the functions in the base orthax
namespace that expect an AbstractRecurrenceRelation. These include classes
representing many of the “classical” orthogonal polynomial families, as well as the
function generate_recurrence for generating recurrence coefficients for orthogonal
polynomials with arbitrary user defined weight functions and domains.
Functions
|
Generate recurrence relation coefficients for orthogonal polynomial family. |
Base Classes
|
Base class for three term recurrence relations. |
|
Recurrence relation from tabulated values. |
Classical Recurrence Relations
|
Recurrence relation for Legendre Polynomials \(P_n(x)\) |
|
Recurrence relation for Shifted Legendre Polynomials \(P^*_n(x)\) |
|
Recurrence relation for Chebyshev polynomials of the first kind \(T_n(x)\) |
|
Recurrence relation for Chebyshev polynomials of the second kind \(U_n(x)\) |
|
Recurrence relation for Chebyshev polynomials of the third kind \(V_n(x)\) |
|
Recurrence relation for Chebyshev polynomials of the fourth kind \(W_n(x)\) |
|
Recurrence relation for Gegenbauer polynomials \(C^\lambda_n(x)\) |
|
Recurrence relation for Jacobi polynomials \(P^{(\alpha, \beta)}_n(x)\) |
|
Recurrence relation for Laguerre polynomials \(L_n(x)\) |
|
Recurrence relation for Generalized Laguerre polynomials \(L^\alpha_n(x)\) |
|
Recurrence relation for (physicists) Hermite polynomials \(H_n(x)\) |
|
Recurrence relation for (probabalists) Hermite polynomials \(He_n(x)\) |