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][AddIndefiniteSum] - add summation definition to IndefiniteSum
SumTools[IndefiniteSum][RemoveIndefiniteSum] - remove summation definition from IndefiniteSum
Calling Sequence
AddIndefiniteSum(g, f)
RemoveIndefiniteSum(g)
Parameters
g
-
function name
f
procedure
Description
The AddIndefiniteSum(g, f) command, a library extension mechanism, adds a summation definition related to the function g to the Indefinite function where f is a user-defined procedure which handles summands containing the function g.
For example, let f be a user-defined function g. To add this information to the SumTools[IndefiniteSum][Indefinite] function, use AddIndefiniteSum(g, eval(f,1)).
The RemoveIndefiniteSum(g) command, a library extension mechanism, removes a summation definition related to the function g from the Indefinite function where f is a user-defined procedure which handles summands containing the function g.
For example, to remove the information from the SumTools[IndefiniteSum][Indefinite] function, use RemoveIndefiniteSum(g).
See Also
SumTools[IndefiniteSum], SumTools[IndefiniteSum][Indefinite]
Download Help Document