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
Overview of the QDifferenceEquations Package
Calling Sequence
QDifferenceEquations[command](arguments)
command(arguments)
Description
The QDifferenceEquations package is useful for solving the following types of problems.
* Finding polynomial solutions of a linear q-difference equation with polynomial coefficients.
* Finding rational solutions of a linear q-difference equation with polynomial coefficients.
* Finding q-hypergeometric solutions of a linear q-difference equation with polynomial coefficients.
* Finding series solutions of a linear q-difference equation with polynomial coefficients.
* Finding the universal denominator of the rational solutions of a a linear q-difference equation with polynomial coefficients.
* Computing the q-dispersion of two polynomials.
For a given linear q-difference equation with polynomial coefficients, the main functionality of this package is to find the closed-form solution (namely, polynomial, rational, and q-hypergeometric) of the given equation. For finding the rational solution, the package constructs a universal denominator of such a solution. In turn the construction of the universal denominator is based on the computation of q-dispersion of two polynomials.
The package also supports different basic q-hypergeometric objects, their simplification, expansion, and conversion.
Each command in the QDifferenceEquations package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
As the underlying implementation of the QDifferenceEquations package is a module, it is also possible to use the form QDifferenceEquations:-command to access a command from the package. For more information, see Module Members.
List of QDifferenceEquations Package Commands
The following is a list of available commands.
AccurateQSummation
AreSameSolution
ExtendSeries
IsQHypergeometricTerm
IsSolution
PolynomialSolution
QBinomial
QBrackets
QDispersion
QECreate
QEfficientRepresentation
QFactorial
QGAMMA
QHypergeometricSolution
QMultiplicativeDecomposition
QPochhammer
QPolynomialNormalForm
QRationalCanonicalForm
QSimpComb
QSimplify
RationalSolution
RegularQPochhammerForm
SeriesSolution
UniversalDenominator
Zeilberger
The PolynomialSolution, RationalSolution and SeriesSolution commands solve the problem with a single q-difference equation and also with a system of such equations. In the latter case the commands invoke LinearFunctionalSystems[PolynomialSolution], LinearFunctionalSystems[RationalSolution] and LinearFunctionalSystems[SeriesSolution] correspondingly in order to find solutions.
To display the help page for a particular QDifferenceEquations command, see Getting Help with a Command in a Package.
Examples
See Also
examples/QDifferenceEquations, LinearFunctionalSystems, module, UsingPackages, with
References
Abramov, S.A. "Problems in Computer Algebra Related to Constructing Solutions to Linear Difference Equations with Polynomial Coefficients." Vest. Mosk. Univ., Ser. 15. Vychisl. Mat. Kibern. No. 3. (1989): 56-60.
Abramov, S.A. "Rational Solutions to Linear Difference and q-Difference Equations with Polynomial Coefficients." Programmirovanie. No. 6. (1995):3-11.
Abramov, S.A.; Bronstein, M.; and Petkovsek, M. "On polynomial solutions of linear operator equations." Proceedings of ISSAC'95, pp. 290-296. ACM Press: New York, 1995.
Abramov, S.A.; Paule, P.; and Petkovsek, M. "q-Hypergeometric solutions of q-difference equations." Discrete Math. Vol. 180. (1998): 3-22.
Abramov, S.A., and Petkovsek, M. "Finding all q-hypergeometric solutions of q-difference equations." Proc. FPSAC '95, Univ.de Marne-la-Vall'ee, Noisy-le-Grand. pp. 1-10. 1995.
Boeing, H., and Koepf, W. "Algorithms for q-hypergeometric summation in computer algebra." Journal of Symbolic Computation. Vol. 11. (1999): 1-23.
Khmelnov, D.E. "Improved Algorithms for Solving Difference and q-Difference Equations." Programming and Computer Software Vol. 26 No. 2. (2000): 107-115. Translated from Programmirovanie. No. 2. 2000.
Man, Yiu-Kwong, and Wright, Francis J. "Fast Polynomial Dispersion Computation and its Application to Indefinite Summation." Proceedings of ISSAC'94, pp. 175-180. ACM Press: New York, 1994.
Download Help Document