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
DifferentialAlgebra[Tools][PretendRegularDifferentialChain] - builds a regular differential chain
Calling Sequence
PretendRegularDifferentialChain (eqns, R, opts)
Parameters
eqns
-
a list or a set of differential rational fractions
R
a differential polynomial ring or ideal
opts (optional)
a sequence of options
Description
The function call PretendRegularDifferentialChain (eqns, R) builds a regular differential chain with the numerators of eqns, regarded as differential rational fractions of R, if R is a ring, or its embedding ring if R is an ideal. By default, the built regular differential chain is assumed to hold the attributes: differential, autoreduced, primitive, squarefree, normalized and coherent. For more details on attributes, see DifferentialAlgebra.
It is assumed that eqns already forms a regular differential chain with the above attributes. The list eqns does not need to be sorted.
In principle, the elements of eqns should be differential polynomials with integer numeric coefficients. However, rational differential fractions and expressions involving explicit relational operators, such as and are accepted. The rational differential fractions are replaced by their numerators. The expressions are converted into . The expressions are ignored.
If eqns involves a parameter , the equations stating that some derivatives of are zero, are automatically inserted in the regular differential chain, unless , itself, is the leading derivative of some element of eqns.
If eqns is empty, the returned regular differential chain represents the zero ideal of R.
This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form PretendRegularDifferentialChain(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][PretendRegularDifferentialChain](...).
Options
The opts arguments may contain one or more of the options below.
attributes = L where L is a list involving some of the keywords differential, prime, primitive, squarefree, coherent, autoreduced, normalized. This option permits to customize the list of attributes of the built regular differential chain. The presence of some of the attributes may imply, automatically, the presence of some other ones. The prime attribute may be automatically set. For more details, see DifferentialAlgebra.
pretend = false. With this option, the function checks that eqns holds its attributes and performs some further simplifications in order to try to achieve the missing ones. If these simplifications fail, an error message is raised. This happens, in particular, if the chain is not triangular or if the simplifications lead to split the system into two or more different regular differential chains. The coherent attribute is not checked.
notation = jet, tjet, diff or Diff. Specifies the notation used for the result of the function call. If not specified, the notation of the input eqns is used.
memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).
Examples
The function sorts the differential polynomials by increasing rank.
In the next example, the attribute normalized is omitted.
See Also
DifferentialAlgebra, Tools, RosenfeldGroebner
Download Help Document