LREtools
GeneralizedExponents
compute the generalized exponents of a difference operator
Calling Sequence
Parameters
Description
Examples
References
Compatibility
GeneralizedExponents(L, K)
GeneralizedExponents(L, x, tau, K)
L
-
linear difference operator
x
name for the independent variable
tau
name for the shift operator
K
(optional) set of algebraic extensions
If E is the shift operator, then a difference operator L = ad⁢Ed + ... + a0 represents a recurrence relation ad⁡x⁢u⁡x+d + ... + a0⁡x⁢u⁡x = 0. A generalized exponent of L is an algebraic expression that encodes the asymptotic behavior (as x -> ∞) of a solution of L. A precise definition is found in section 4 in the reference below, but a description in terms of examples is given here.
A non-zero solution u of L corresponds to a first-order right-hand factor E−r of L where r = E⁡uu = u⁡x+1u⁡x. If r is a rational function then u is called a hypergeometric solution but that is not assumed here.
The asymptotic behavior of u as x -> ∞ is determined by the asymptotic behavior of r as x -> ∞, which in turn can be represented with a series expansion at x=∞. Ignoring logarithmic terms, this expansion takes the form r = c⁢xv (1 + c1⁢x−1n + c2⁢x−2n + ...) for some constants c, c1, c2, ..., a rational number v, and positive integer n.
The only terms ci⁢x−in in this sum with a significant contribution to the asymptotic behavior of u are terms with in≤1. Discarding terms with 1<in and logarithmic terms, what remains is the generalized exponent e := c⁢xv (1 + c1⁢x−1n + c2⁢x−2n + ... cnx) for a solution u.
For example, if u is a polynomial solution of degree N, then u = constant (xN + less dominant terms). Then E⁡uu = 1 + Nx + less dominant terms, and so e=1+Nx is the generalized exponent of u.
If u=cx then E⁡uu=c, so in this case the generalized exponent of u is c. If u=Γ⁡x then E⁡uu=x and so e=x in this example.
Multiplying solutions corresponds to multiplying generalized exponents (and deleting terms ci⁢x−in with 1<in). So if u=cx⁢xN⁢Γ⁡xv is a solution of L, then e=c⁢xv⁢1+Nx is a generalized exponent of L. This is used in LREtools[hypergeomsols] to narrow the search.
Fractional powers of x can only appear if L has order > 1 because n is at most the order. The GeneralizedExponents command will represent e in the form T1⁢1+T2 ... 1+Tk⁢1+Nx where T1=c⁢xv for some constant c and rational number v. Each T2, T3, ... is of the form ci⁢x−in for some constant ci and rational number 0 < in < 1, and will be given implicitly in the form of an equation. In the output, each e is presented as a list, in which each variable is T1, T2, ... is defined in terms of prior variables. The notation N = list means that N runs through all elements of that list, which may contain duplicates because generalized exponents have multiplicities.
Counting with multiplicities, the number of generalized exponents will be equal to the order of L, however, the algorithm will only give one e in every conjugacy class over C((1x)), where C is the smallest field of constants that contains the coefficients of L as well as the extensions in the optional argument K.
The generalized exponents of any right-factor R of L form a subset of the generalized exponents of L. This is used to compute right-factors efficiently, and makes it possible to quickly compute degree-bounds for right-factors of L.
with⁡LREtools:
L≔E2−x
ge≔GeneralizedExponents⁡L,x,E
ge≔T1⁢1+Nx,T12=x,N=−14
e≔ge1
e≔T1⁢1+Nx,T12=x,N=−14
The optional argument K was omitted, so the field of constants is Q here. The equation T1^2 = x has two solutions, and so although the output lists only one e, it represents T1 (1 - (1/4)/x) for both T1 = x^(1/2) and for T1 = -x^(1/2). Counted this way, the number of generalized exponents matches the order of the input.
The names for the independent variable and the shift operator may be omitted from the input when they have been assigned to _Env_LRE_x and _Env_LRE_tau:
_Env_LRE_x≔x
_Env_LRE_tau≔E
GeneralizedExponents⁡L
T1⁢1+Nx,T12=x,N=−14
Any operator with L as right-factor will have L's generalized exponents (for left factors, this holds for terms other than the N/x term). This helps to detect factors efficiently.
L2≔LCLM⁡L,E2−x−1,E4+E3+2⁢E2⁢x+x2
L2≔256⁢x6+2784⁢x5+11505⁢x4+22536⁢x3+20923⁢x2+7496⁢x+122⁢E8+256⁢x6+2912⁢x5+12713⁢x4+26588⁢x3+27269⁢x2+12484⁢x+1766⁢E7+−768⁢x6−9280⁢x5−42905⁢x4−95556⁢x3−106161⁢x2−54352⁢x−9266⁢E6+−512⁢x7−8256⁢x6−53482⁢x5−178405⁢x4−326480⁢x3−323499⁢x2−159312⁢x−29766⁢E5+−512⁢x8−8896⁢x7−62434⁢x6−226115⁢x5−443306⁢x4−433839⁢x3−121064⁢x2+99674⁢x+57908⁢E4+256⁢x8+4960⁢x7+40505⁢x6+181387⁢x5+485301⁢x4+791893⁢x3+768780⁢x2+407034⁢x+90552⁢E3+−256⁢x8−4800⁢x7−37619⁢x6−160764⁢x5−408389⁢x4−627288⁢x3−562190⁢x2−263264⁢x−47544⁢E2+−128⁢x8−2232⁢x7−16612⁢x6−68782⁢x5−172684⁢x4−268054⁢x3−250364⁢x2−128464⁢x−27744⁢E+256⁢x10+5088⁢x9+42737⁢x8+197951⁢x7+552319⁢x6+949181⁢x5+979382⁢x4+553718⁢x3+131244⁢x2
GeneralizedExponents⁡L2
T1⁢1+Nx,T12=x,N=−14,14,T1⁢1+T2⁢1+T3⁢1+T4⁢1+Nx,T12=−x,T22=−14⁢T1,T3=−14⁢T1,T4=−31128⁢x⁢T2,N=−4364
This contains the generalized exponents of each right-factor of L2, see
GeneralizedExponents⁡E2−x−1
T1⁢1+Nx,T12=x,N=14
and
GeneralizedExponents⁡E4+E3+2⁢E2⁢x+x2
T1⁢1+T2⁢1+T3⁢1+T4⁢1+Nx,T12=−x,T22=−14⁢T1,T3=−14⁢T1,T4=−31128⁢x⁢T2,N=−4364
Y. Cha, M. van Hoeij, G. Levy. "Solving Recurrence Relations using Local Invariants." ISSAC'2010 Proceedings.
The LREtools[GeneralizedExponents] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
LREtools[hypergeomsols]
LREtools[LCLM]
LREtools[RightFactors]
Download Help Document