LREtools[HypergeometricTerm]
UniversalDenominator
return the universal denominator of the rational solutions for a difference equation depending on a hypergeometric term
Calling Sequence
Parameters
Description
Examples
References
UniversalDenominator(eq, var, term)
eq
-
linear difference equation depending on a hypergeometric term
var
function variable for which to solve, for example, z(n)
term
hypergeometric term
The PolynomialSolution(eq, var, term) command returns the universal denominator of the rational solution of the linear difference equation eq.
The hypergeometric term in the linear difference equation is specified by a name, for example, t. The meaning of the term is defined by the parameter term. It can be specified directly in the form of an equation, for example, t=n!, or specified as a list consisting of the name of the term variable and the consecutive term ratio, for example, t,n+1.
The term "rational solution" means a solution y⁡x in Q⁡x⁡t. (See PolynomialSolution for the meaning of "polynomial solution".) Here we use the term "denominator" which is q in Qxt to mean that q⁢y is in Qxt,t−1 .
The search for a rational solution is based on finding a universal denominator which is u in Qxt such that u⁢y is in Qxt,t−1 for any rational solution y. By replacing y with Yu in the given equation, we reduce the problem to searching for a polynomial solution.
with⁡LREtoolsHypergeometricTerm:
eq≔y⁡n+1⁢1+n+1⁢t−y⁡n⁢1+t
UniversalDenominator⁡eq,y⁡n,t=n!
1+t
eq≔numer⁡y⁡n+2⁢n+2+n+2⁢n+1⁢t1+n+2⁢n+1⁢t−y⁡n⁢n+t1+t
eq≔y⁡n+2⁢n2⁢t2−y⁡n⁢n3⁢t−y⁡n⁢n2⁢t2+y⁡n+2⁢n2⁢t+3⁢y⁡n+2⁢n⁢t2−3⁢y⁡n⁢n2⁢t−3⁢y⁡n⁢n⁢t2+4⁢y⁡n+2⁢n⁢t+2⁢y⁡n+2⁢t2−2⁢y⁡n⁢n⁢t−2⁢y⁡n⁢t2+y⁡n+2⁢n+4⁢y⁡n+2⁢t−y⁡n⁢n−y⁡n⁢t+2⁢y⁡n+2
n+t
eq≔y⁡n+1⁢2⁢t+n+1−y⁡n⁢t+n
eq≔y⁡n+1⁢2⁢t+n+1−y⁡n⁢n+t
UniversalDenominator⁡eq,y⁡n,t=2n
Abramov, S.A., and Bronstein, M. "Hypergeometric dispersion and the orbit problem." Proc. ISSAC 2000.
Bronstein, M. "On solutions of Linear Ordinary Difference Equations in their Coefficients Field." INRIA Research Report. No. 3797. November 1999.
See Also
LREtools[HypergeometricTerm][HGDispersion]
LREtools[HypergeometricTerm][PolynomialSolution]
LREtools[HypergeometricTerm][RationalSolution]
Download Help Document