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][HGDispersion] - return the hypergeometric dispersion of two polynomials depending on a hypergeometric term
Calling Sequence
HGDispersion(p, q, x, r)
Parameters
p
-
first polynomial
q
second polynomial
x
independent variable, for example, x
r
list of equations that specifies the tower of hypergeometric extensions
Description
The HGDispersion(p, q, x, r) command returns the hypergeometric dispersion of p and q, that is,
where E: Ex=x+1 is the shift operator and and are polynomials in K(r), where K is the ground field and r is the tower of hypergeometric extensions. Each is specified by a hypergeometric term, that is, is a rational function over K. The HGDispersion function returns if the hypergeometric dispersion is not defined.
The polynomials can contain hypergeometric terms in their coefficients. These terms are defined in the formal parameter r. Each hypergeometric term in the list is specified by a name, for example, t. It can be specified directly in the form of an equation, for example, , or specified as a list consisting of the name of the term variable and the consecutive term ratio, for example, .
The computation of hypergeometric dispersions is reduced to solving the -orbit problem (see OrbitProblemSolution) in the shortened tower of hypergeometric extensions.
Examples
See Also
alias, LREtools[HypergeometricTerm], LREtools[HypergeometricTerm][OrbitProblemSolution], LREtools[HypergeometricTerm][RationalSolution], LREtools[HypergeometricTerm][UniversalDenominator]
References
Abramov, S.A., and Bronstein, M. "Hypergeometric dispersion and the orbit problem." Proc. ISSAC 2000.
Download Help Document