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[leader] - return the leader of a differential polynomial
diffalg[rank] - return the rank of a differential polynomial
diffalg[initial] - return the initial of a differential polynomial
diffalg[separant] - return the separant of a differential polynomial
Calling Sequence
leader (q, R)
rank (q, R)
initial (q, R)
separant (q, R)
Parameters
q
-
differential polynomial
R
differential polynomial ring
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The leader of a differential polynomial q is the greatest derivative occurring in q with respect to the ranking of R.
The rank of q is the leader of q raised to the degree of q with respect to its leader.
The initial of q is the leading coefficient of q with respect to its leader.
The separant of q is the partial derivative of q with respect to its leader. It is also the initial of any proper derivative of q.
If q belongs to the ground field R, then leader, rank, initial and separant return an error message.
The command with(diffalg,leader) allows the use of the abbreviated form of this command.
The command with(diffalg,rank) allows the use of the abbreviated form of this command.
The command with(diffalg,initial) allows the use of the abbreviated form of this command.
The command with(diffalg,separant) allows the use of the abbreviated form of this command.
Examples
See Also
diffalg(deprecated), diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)/field_extension, diffalg(deprecated)[differentiate], DifferentialAlgebra[Tools][Get], DifferentialAlgebra[Tools][Initial], DifferentialAlgebra[Tools][LeadingCoefficient], DifferentialAlgebra[Tools][LeadingDerivative], DifferentialAlgebra[Tools][LeadingRank], DifferentialAlgebra[Tools][Separant]
Download Help Document