Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
SumTools[Hypergeometric][LowerBound] - compute a lower bound for the order of the telescopers for a hypergeometric term
Calling Sequence
LowerBound(T, n, k, En, 'Zpair')
Parameters
T
-
hypergeometric term in n and k
n
name
k
En
(optional) name denoting the shift operator with respect to n
'Zpair'
(optional) name
Description
Let T be a hypergeometric term in n and k. The function LowerBound(T, n, k) computes a lower bound for the order of the telescopers for T if it is guaranteed that Zeilberger's algorithm is applicable to T.
If the fourth and the fifth optional arguments (each of which can be any name), En and 'Zpair' respectively, are specified, the minimal telescoper for T is computed and assigned to the fifth argument 'Zpair' using the computed lower bound as the starting value of the guessed orders.
Examples
Zeilberger's algorithm is not applicable to the following hypergeometric term so LowerBound returns an error.
Error, (in SumTools:-Hypergeometric:-LowerBound) Zeilberger's algorithm is not applicable
The computed lower bound is 3, while the order of the minimal telescoper is
See Also
SumTools[Hypergeometric], SumTools[Hypergeometric][IsZApplicable], SumTools[Hypergeometric][MinimalZpair], SumTools[Hypergeometric][Zeilberger], SumTools[Hypergeometric][ZpairDirect]
References
Abramov, S.A. and Le, H.Q. "A Lower Bound for the Order of Telescopers for a Hypergeometric Term." CD-ROM. Proceedings FPSAC 2002. (2002).
Download Help Document