LREtools
IsDesingularizable
test for desingularizable linear recurrence equations
Calling Sequence
Parameters
Description
Options
Examples
References
IsDesingularizable(eqn,fcn,opts)
IsDesingularizable['both'](eqn,fcn,opts)
IsDesingularizable['trailing'](eqn,fcn,opts)
IsDesingularizable['leading'](eqn,fcn,opts)
eqn
-
linear recurrence equation with coefficients which are polynomials in n
fcn
function name, for example, v(n)
opts
sequence of optional arguments
The IsDesingularizable['trailing'], IsDesingularizable['leading'], IsDesingularizable['both'] commands determine if eqn is desingularizable related to trailing, leading or both coefficients respectively. If the IsDesingularizable command is called without an index, the IsDesingularizable['both'] is meant.
For the given eqn=P v(n) (where P is a difference operator with polynomial coefficients) integer roots x1<x2<...<xk of its trailing coefficient are called t-singularities. For all integer roots z1<z2<...<zp of its leading coefficient, zi+d are called l-singularities where d is an order of the operator P.
A recurrence T v(n) with polynomial coefficients, such that the operator T is right divisible by P and either T v(n) has no t-singularities or its t-singularities are x1<x2<...<xm where m<k and m is minimal, is called t-desingularization of P v(n). Similarly, T v(n), such that T is right divisible by P and either T v(n) has no l-singularities or its l-singularities are zr+d<...<zp+d, where 1<r and r is maximal, is called l-desingularization of P v(n).
If there is t-(resp. l-)-desingularization then P v(n) is called t-(resp. l)-desingularizable.
If P v(n) is desingularizable related to both trailing and leading coefficients (i.e. lt-desingularizable) there is its lt-desingularization which has only x1<=x2<=...<=xm t-singularities and zr+d<=...<=zp+d l-singularities.
For example, it is useful to have a desingularization for solving the continuation problem. The singularities of the recurrence may present obstacles to continuing sequences which satisfy it. The desingularization can overcome those obstacles by removing these singularities.
Each optional argument is of the type option = value. The following options are supported.
'desingularization'
Specifies the name T that is assigned to the t-(resp. l-,lt-)-desingularization if P v(n) is t-(resp. l-,lt-)-desingularizable, or is assigned to NULL otherwise.
'remaining_singularities'
Specifies the name S that is assigned to a set of t-(resp. l-)-singularities of T v(n) if P v(n) is t-(resp. l-)-desingularizable, or is assigned to t-(resp. l-)-singularities of P v(n) otherwise. In the case of lt-desingularization this option is ignored.
with⁡LREtools:
p≔n⁢n−12⁢v⁡n+n−5⁢n−2⁢v⁡n+1
IsDesingularizabletrailing⁡p,v⁡n,desingularization=T1,remaining_singularities=S1
true
T1,S1
n⁢v⁡n+152⁢n2+13⁢n+10⁢v⁡n+1+−12⁢n2+5⁢n−37⁢v⁡n+2+−136⁢n2−1318⁢n+13⁢v⁡n+3+−11440⁢n2−17480⁢n−11360⁢v⁡n+4+−n1440−1720⁢v⁡n+5,0
IsDesingularizableleading⁡p,v⁡n,desingularization=T2,remaining_singularities=S2
T2,S2
−3600⁢n2+2640⁢n⁢v⁡n+−1680⁢n+26400⁢v⁡n+1+480⁢n2+2400⁢n+6720⁢v⁡n+2+27⁢n2+695⁢n−318⁢v⁡n+3+29⁢n+17⁢v⁡n+4+2⁢v⁡n+5,∅
IsDesingularizableboth⁡p,v⁡n,desingularization=T3
T3
1440⁢n⁢v⁡n+2880⁢v⁡6+n+−5173200⁢n2−6547680⁢n−1368000⁢v⁡n+1+−720⁢n2−2412000⁢n+35543520⁢v⁡n+2+691160⁢n2+4837360⁢n+13824480⁢v⁡n+3+38879⁢n2+1078509⁢n+581716⁢v⁡n+4+41759⁢n+66238⁢v⁡n+5
Abramov, S.A., and van Hoeij, M. "Desingularization of Linear Difference Operators with Polynomial Coefficients." Proceedings ISSAC'99, pp. 269-275. 1999.
Abramov, S.A.; Barkatou, M.A.; and van Hoeij, M. "Apparent Singularities of Linear Difference Equations with Polynomial Coefficients", http://arXiv.org/abs/math.CA/0409508.
Mitichkina, A.M. "On an Implementation of Desingularization of Linear Recurrence Operators with Polynomial Coefficients." CAAP-2001, pp. 212-221. 2001.
See Also
Download Help Document