Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
SumTools[IndefiniteSum][Indefinite] - compute closed forms of indefinite sums
Calling Sequence
Indefinite(f, k, opt)
Parameters
f
-
expression depending on k
k
name
opt
(optional) equation of the form failpoints=true or failpoints=false
Description
The Indefinite(f, k) command computes a closed form of the indefinite sum of with respect to .
The command uses a combination of algorithms handling various classes of summands. They include the classes of polynomials, rational functions, and hypergeometric terms and j-fold hypergeometric terms, functions for which their minimal annihilators can be constructed, for example, d'Alembertian terms. For more information, see LinearOperators.
A library extension mechanism is also used to include sums for which an algorithmic approach to finding closed forms does not yet exist. Currently the computable summands include expressions containing the harmonic function, logarithmic function, digamma and polygamma functions, and sin, cos, and the exponential functions.
If the option failpoints=true (or just failpoints for short) is specified, then the command returns a pair , where
is a closed form of the indefinite sum of w.r.t. , as above,
is a list of intervals where does not exist, and
is a list of points where the computed sum does not satisfy the telescoping equation or does not exist.
If such points appear in the summation interval, the discrete Newton-Leibniz formula may fail.
If the command is unable to compute one of the lists , the command returns .
Examples
An example of a rationally summable expression:
Check the telescoping equation:
A hypergeometrically summable term:
The method of accurate summation:
Example for the library extension mechanism:
Compute the fail points:
Indeed, is not defined for any negative integer:
Error, numeric exception: division by zero
The sum is not defined at :
Note that in this example, however, the limit exists:
Rewriting in terms of GAMMA functions introduces additional singularities at negative integers:
In the following rational example, the limit does not exist:
See Also
SumTools[DefiniteSummation], SumTools[IndefiniteSum], SumTools[IndefiniteSum][Hypergeometric], SumTools[Summation]
Download Help Document