Overview of the LREtools:-HypergeometricTerm Subpackage
Calling Sequence
Description
List of LREtools:-HypergeometricTerm Commands
Examples
References
LREtools:-HypergeometricTerm:-command(arguments)
command(arguments)
The commands in the LREtools:-HypergeometricTerm subpackage solve the following problems.
Find polynomial solutions of a linear difference equation with polynomial coefficients depending on hypergeometric terms.
Find the hypergeometric dispersion of two polynomials depending on hypergeometric terms.
Find a solution of an orbit problem.
Find a universal denominator of the rational solutions of a linear difference equation with polynomial coefficients depending on hypergeometric terms.
Find rational solutions of a linear difference equation with polynomial coefficients depending on hypergeometric terms.
Each command in the LREtools:-HypergeometricTerm subpackage can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, LREtools:-HypergeometricTerm:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
AreSameSolution
HGDispersion
HypergeometricSolution
IsSolution
OrbitProblemSolution
PolynomialSolution
RationalSolution
SubstituteTerm
UniversalDenominator
To display the help page for a particular LREtools:-HypergeometricTerm command, see Getting Help with a Command in a Package.
with⁡LREtools:-HypergeometricTerm:
eq≔y⁡n+2−t+n⁢y⁡n+1+n⁢t−1⁢y⁡n
PolynomialSolution⁡eq,y⁡n,t=n!
t⁢_C1n,t,n+1
eq≔y⁡n+1⁢1+n+1⁢t−y⁡n⁢1+t
0,t,n+1
RationalSolution⁡eq,y⁡n,t=n!
_C11+t,t,n+1
eq≔45⁢y⁡x−9⁢y⁡x⁢x−18⁢y⁡x+3+9⁢y⁡x+3⁢x
PolynomialSolution⁡eq,y⁡x,t,9⋅110−7⁢x−8⁢x2
_C1x−5,t,9−8⁢x2−7⁢x+10
p≔x+2+22⁢s⁢x+100+e100⁢v;q≔s⁢x+s⁢v+x;ext≔s=2x,v=ex
p≔x+2+4⁢s⁢e100⁢v+x+100
q≔s⁢x+s⁢v+x
ext≔s=2x,v=ex
HGDispersion⁡p,q,x,ext
100
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
LREtools[HypergeometricTerm][HGDispersion]
LREtools[HypergeometricTerm][PolynomialSolution]
LREtools[HypergeometricTerm][RationalSolution]
UsingPackages
Download Help Document