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
PDEtools[difforder] - evaluate the differential order of an algebraic expression
Calling Sequence
difforder(a, x)
Parameters
a
-
algebraic expression, equation, inequation, set, or list
x
(optional) variable with respect to which the differential order must be evaluated
Description
The difforder command returns the general or particular differential order of a partial derivative or of an algebraic expression (or equation, inequation, set, or list). When called with only one argument, it returns the general differential order. When the first argument is an algebraic expression, then the order is given by the maximum order occurring inside it. If difforder is called with two arguments, it returns the differentiation order with respect to the indicated variable. difforder also works with anticommutative variables set using the Physics package.
In the case of a DESol structure, that is, an object that represents an ODE solution (no derivatives) but is written in terms of the differential equation (with derivatives), the difforder command returns the differential order of the highest derivative in the DESol structure. Derivatives of a DESol structure representing the solution of a linear ODE are of the same differential order as the DESol structure, because, given the solution of a linear ODE written in terms of the differential equation (that is a DESol structure), the derivative of this solution satisfies a linear ODE of the same order (see convert,DESol).
This function is part of the PDEtools package, and so it can be used in the form difforder(..) only after executing the command with(PDEtools). However, it can always be accessed through the long form of the command by using PDEtools[difforder](..).
Examples
The following example uses difforder with an equation as the first argument.
An example with an inequation as the first argument:
An example with DESol. The differential order is, by convention, that of the highest derivative.
The derivative of a DESol structure has, by convention, the same differential order.
See Also
DEtools, PDEtools, Physics, Setup
Download Help Document