SumTools[IndefiniteSum][Rational] - compute closed forms of indefinite sums of rational functions
|
Calling Sequence
|
|
Rational(f, k, options)
|
|
Parameters
|
|
f
|
-
|
rational function in k
|
k
|
-
|
name
|
options
|
-
|
(optional) equation of the form failpoints=true or failpoints=false
|
|
|
|
|
Description
|
|
•
|
The Rational(f, k) command computes a closed form of the indefinite sum of with respect to .
|
•
|
If the option failpoints=true (or just failpoints for short) is specified, then the command returns a pair , where
|
–
|
is a list containing the integer poles of , and
|
|
|
Examples
|
|
>
|
|
The following expression is rationally summable.
>
|
|
| (1) |
>
|
|
| (2) |
Check the telescoping equation:
>
|
|
| (3) |
A non-rationally summable example.
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
Compute the fail points.
>
|
|
| (7) |
>
|
|
| (8) |
Indeed, is not defined at , and is not defined at .
|
|
References
|
|
•
|
Abramov, S.A. "Indefinite sums of rational functions." Proceedings ISSAC'95, pp. 303-308. 1995.
|
|
|
Download Help Document
Was this information helpful?