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
Ore_algebra, a Package for Skew Operators
Several algorithms for integration and summation have a natural description in terms of linear differential and difference operators, which in turn are well described by skew (or Ore) polynomials. This was the starting point for the Ore_algebra package.
Declaration of an Ore algebra
To work with an Ore algebra, we first have to declare it. The package creates a table that implements and remembers the operations in this algebra. Here is the example of the algebra of linear differential operators in the differential operator with (rational) coefficients in .
(This is the name of the table.)
Although the usual product in Maple is commutative, we use to denote skew products, with the convention that powers of are on the right.
Multiplication of operators is obtained by the function skew_product.
Remember that in skew algebras of linear operators, factorizations are seldom unique.
A First Application
(Univariate) Ore polynomial rings have a Euclidean algorithm. This is implemented in the following routines: skew_pdiv, skew_prem, skew_gcdex, and skew_elim. An extension to the multivariate case is available through Groebner bases computations (see Groebner and in particular Groebner[Basis] and Groebner[Reduce]).
Here we show how the package can be used to derive a proof of the Reed-Dawson identity:
is
for even and for odd .
Let us introduce an algebra of linear recurrence operators in and . and denote the shift operators in and , respectively.
We compute first-order recurrences satisfied by the summand (which we denote by ).
We eliminate between these operators by computing their greatest common right divisor.
The factor corresponds to taking a finite difference. Definite summation for over all integers yields a telescoping series that collapses to 0. We therefore get:
Therefore, the sum satisfies
Now, the announced result follows from the initial conditions:
For ,
so that for odd .
so that is given by
which is .
A More Advanced Application
Here we derive contiguity relations for the Gauss hypergeometric function. This function is known to Maple as:
It is for
When considering the summand, we introduce the following algebra:
The bivariate sequence vanishes at both of the following operators:
(General algorithms exist to find such operators.)
From the previous first-order recurrences, we derive relations on in the mixed differential difference algebra.
The equations are obtained by multiplication of the recurrences by , followed by summation over all non-negative . Formally, this corresponds to changing into and into .
Therefore, we set
The linear differential operator is called a step-up operator. It relates the forward shift of to derivatives of by the following equation.
The elimination of between this step-up operator and the differential equation yields a contiguity relation for --a purely recurrence equation. It is obtained by the extended skew gcd algorithm:
In other words, the Gauss hypergeometric function satisfies the following equation:
More interestingly, the extended Euclidean algorithm yields a step-down operator for - a relation between an inverse shift of and its derivatives. This is obtained by computing an inverse of modulo .
From this result, we have and . In particular,
is the step-down operator:
An algorithm is also available to compute (one-sided) Groebner bases in Ore algebras. This is demonstrated in the presentation of the Groebner package.
Return to Index for Example Worksheets
Download Help Document