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
LREtools[HypergeometricTerm][HypergeometricSolution] - return the hypergeometric solution of linear difference equation depending on a hypergeometric term
Calling Sequence
HypergeometricSolution(eq, var)
HypergeometricSolution(eq, var, term, cert)
Parameters
eq
-
linear difference equation depending on a hypergeometric term
var
function variable for which to solve, for example, z(n)
term
hypergeometric term
cert
certificate of the right hand side
Description
The HypergeometricSolution(eq, var, term, cert) command returns the hypergeometric 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.
In the current state, the procedure handles only equations with hypergeometric right hand sides. Here the term "hypergeometric" means that for the right hand side the ratio is a rational function in and (such a ratio is referred to as "certificate"). For the two argument case the procedure computes and checks the certificate. For the four argument case the certificate should be given directly in cert parameter and equation eq should be homogeneous.
The search for a hypergeometric solution is reduced to searching a rational solution by change of the function variable , where is the right hand side and is a new function variable that should be rational.
The solution is the function, corresponding to var. The solution may involve arbitrary constants of the form, for example, _c1 and _c2.
Examples
See Also
LREtools[HypergeometricTerm], LREtools[HypergeometricTerm][RationalSolution]
Download Help Document