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
LREtools[HypergeometricTerm][RationalSolution] - return the rational solution of linear difference equation depending on a hypergeometric term
Calling Sequence
RationalSolution(eq, var, term)
Parameters
eq
-
linear difference equation depending on a hypergeometric term
var
function variable for which to solve, for example, z(n)
term
hypergeometric term
Description
The RationalSolution(eq, var, term) command returns the rational solution of the linear difference equation eq. If such a solution does not exist, the function returns NULL.
The hypergeometric term in the linear difference equation is specified by a name, for example, t. The meaning of the term is defined by the parameter term. It can be specified directly in the form of an equation, for example, , or specified as a list consisting of the name of term variable and the consecutive term ratio, for example, .
If the third parameter is omitted, then the input equation can contain a hypergeometric term directly (not a name). In this case, the procedure extracts the term from the equation, transforms the equation to the form with a name representing a hypergeometric term, and then solves the transformed equation.
The term "rational solution" means a solution in . (See PolynomialSolution for the meaning of "polynomial solution".) Here we use the term "denominator" which is q in to mean that is in .
The search for a rational solution is based on finding a universal denominator which is u in such that is in for any rational solution y. By replacing y with in the given equation, we reduce the problem to searching for a polynomial solution.
The solution is the function, corresponding to var. The solution involves arbitrary constants of the form, for example, _c1 and _c2.
Examples
See Also
LREtools[HypergeometricTerm], LREtools[HypergeometricTerm][HGDispersion], LREtools[HypergeometricTerm][PolynomialSolution], LREtools[HypergeometricTerm][RationalSolution], LREtools[HypergeometricTerm][SubstituteTerm], LREtools[HypergeometricTerm][UniversalDenominator]
References
Abramov, S.A., and Bronstein, M. "Hypergeometric dispersion and the orbit problem." Proc. ISSAC 2000.
Bronstein, M. "On solutions of Linear Ordinary Difference Equations in their Coefficients Field." INRIA Research Report. No. 3797. November 1999.
Download Help Document