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
diffalg[print_ranking] - print a message describing the ranking of a differential polynomial ring.
Calling Sequence
print_ranking (R)
Parameters
R
-
differential polynomial ring
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The print_ranking command prints a message describing the ranking defined on a differential polynomial ring R set up with the differential_ring command.
The ranking of a differential polynomial ring R is a total ordering over the set of all the derivatives of the differential indeterminates of R that is compatible with derivation (see ranking)
The command with(diffalg,print_ranking) allows the use of the abbreviated form of this command.
Examples
In lists, leftmost elements are greater than rightmost ones. The derivatives of [u, v] are ordered by grlexA: _U [tau] > _V [phi] when |tau| > |phi| or |tau| = |phi| and _U > _V w.r.t. the list of indeterminates or |tau| = |phi| and _U = _V and tau > phi w.r.t. [x, y]
In lists, leftmost elements are greater than rightmost ones. The derivatives of [u, v] are ordered by grlexB: _U [tau] > _V [phi] when |tau| > |phi| or |tau| = |phi| and tau > phi w.r.t. [x, y] or tau = phi and _U > _V w.r.t. the list of indeterminates
In lists, leftmost elements are greater than rightmost ones. The derivatives of [u, v] are ordered by lex: _U [tau] > _V [phi] when tau > phi for the lex. order [x, y] or tau = phi and _U > _V w.r.t. the list of indeterminates
In lists, leftmost elements are greater than rightmost ones. The derivatives of [u, v] are ordered by weights: Weights are [u = 3, v = 0, x = 3, y = 1] _U [tau] > _V [phi] when weight (_U [tau]) > weight (_V [phi]) or weights are equal and _U > _V w.r.t. the list of indeterminates or weights and indeterminates are equal and tau > phi for the lex. order [x, y]
See Also
diffalg(deprecated), diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)[leader], DifferentialAlgebra[Tools][Display]
Download Help Document