Overview of the LREtools Package
Calling Sequence
Description
List of LREtools Package Commands
List of LREtools Subpackages
Examples
LREtools[command](arguments)
command(arguments)
The LREtools package contains commands to manipulate and find certain types of solutions of Linear Recurrence Equations.
The name LRETools can be used as a synonym for LREtools.
Each command in the LREtools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The following is a list of available commands.
AnalyticityConditions
constcoeffsol
dAlembertiansols
delta
dispersion
divconq
firstlin
GCRD
GeneralizedExponents
GuessRecurrence
HypergeometricTerm
hypergeomsols
IsDesingularizable
LCLM
mhypergeomsols
MinimalRecurrence
MultiplyOperators
OperatorToRecurrence
polysols
ratpolysols
REcontent
REcreate
RecurrenceToOperator
REplot
REprimpart
REreduceorder
REtoDE
REtodelta
REtoproc
riccati
RightDivision
RightFactors
shift
SumDecompose
ValuesAtPoint
To display the help page for a particular LREtools command, see Getting Help with a Command in a Package.
The following is a list of available subpackages.
LREtoolsREtodelta⁡u⁡n+2−2⁢u⁡n+1+u⁡n,u⁡n,∅
LREtoolsΔn2
rec≔a⁡n+2−2⁢n+1⁢a⁡n+1n+n⁢a⁡nn−1=n⁢n+1:
re≔LREtoolsREcreate⁡rec,a⁡n,∅
re≔RESol⁡n2⁢a⁡n+−2⁢n2+n+1⁢a⁡n+1+n2−n⁢a⁡n+2=n2⁢n−1⁢n+1,a⁡n,a⁡1=0,a⁡2=a⁡2,a⁡3=a⁡3,INFO
LREtoolspolysols⁡re,output=basis
n−1,19⁢n4−518⁢n3−19⁢n2+518
f≔LREtoolsREtoproc⁡1−n2⁢u⁡n+1+32⁢u⁡n−1+12+32⁢n+n2⁢u⁡n,u⁡n,u⁡0=1,u⁡2=a
f ≔ procn::nonnegint, $locali,u0,u1,u2;u0 ≔ −1/2;u1 ≔ a;ifn=1thenu0elifn=2thenu1elseforifrom3ton − 1dou2 ≔ −3*u0+2*u1*i − u1*i/4 − 2*i*i;u0 ≔ u1;u1 ≔ u2end do;−3*u0+2*u1*n − u1*n/−2*n+4*nend ifend proc
f⁡10
86773903⁢a3440640−4166501917203200
LREtoolsREtoDE⁡18+12⁢n⁢t⁡n+−20−7⁢n⁢t⁡n+1+4+n⁢t⁡n+2,t⁡n,t⁡0=0,t⁡1=2,y⁡z
DESol⁡−18⁢z2+13⁢z−2⁢y+−12⁢z3+7⁢z2−z⁢D⁡y+6⁢z,y,y⁡0=0,D⁡y⁡0=2
See Also
LREtools[HypergeometricTerm]
LREtools[REcreate]
RESol
rsolve
UsingPackages
Download Help Document