Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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