LREtools
REcontent
content of a recurrence operator
REprimpart
primpart of a recurrence operator
Calling Sequence
Parameters
Description
Examples
REcontent(problem)
REprimpart(problem)
problem
-
REcontent returns the content of the shift operator (that is, INFO[shifteqn]), thus returning the greatest common divisor of the coefficients of the operator.
Similarly, REprimpart returns INFO[shifteqn]/REcontent(problem). Note: Whereas the sign is removed from the content, it is not removed from the primitive part.
with⁡LREtools:
REcontent⁡n+1⁢u⁡n+2+n+1⁢u⁡n,u⁡n,∅
n+1
REprimpart⁡n+1⁢u⁡n+2+n+1⁢u⁡n,u⁡n,∅
&Shiftn⁡u2+1
REcontent⁡n+1⁢u⁡n+2+n+2⁢u⁡n,u⁡n,∅
1
REprimpart⁡n+1⁢u⁡n+2+n+2⁢u⁡n,u⁡n,∅
&Shiftn⁡u2⁢n+&Shiftn⁡u2+n+2
See Also
content
LREtools[REcreate]
RESol
Download Help Document