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[preparation_polynomial] - compute preparation polynomial
Calling Sequence
preparation_polynomial (p, a, R, 'm' )
preparation_polynomial (p, A=a, R, 'm' )
Parameters
p
-
differential polynomial in R
a
regular differential polynomial in R
R
differential polynomial ring
m
(optional) name
A
derivative of order zero in R
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function preparation_polynomial computes a preparation polynomial of p with respect to a.
The preparation polynomial of p with respect to a is a sort of expansion of p according to mparama and its derivatives. It plays a prominent role in the determination of the essential components of the radical differential ideal generated by a single differential polynomial.
A differential polynomial a is said to be regular if it has no common factor with its separant. This property is therefore dependent on the ranking defined on R.
If A is omitted, the preparation polynomial appears with an indeterminate (local variable) looking like _A.
If A is specified, the preparation polynomial is in the differential indeterminate A. Then, A, nor its derivatives, should appear in p nor a.
Assume that preparation_polynomial(p, a, R, 'm') = , where the Mi are differential monomials in and the are polynomials in R. Then
- , where m belongs to R.
- The are not reduced to zero by a, and therefore do not belong to the general component of a.
- m is a power product of factors of the initial and separant of a).
The command with(diffalg,preparation_polynomial) allows the use of the abbreviated form of this command.
Examples
The preparation polynomial is used to determine the essential singular zeros of a differential polynomial.
Studying the degree in (or ) and its derivatives in these preparation polynomials, we can deduce that is an essential singular zero of while is not.
The preparation polynomial can be used to further study the relationships between the general zero and the singular zeros of .
The general zero of is an essential singular zero of while the general zero of is not. Thus, the straight lines , zeros of , must be limits of either some non singular zeros of or of the non singular zeros of . Again studying the degrees of the preparation polynomials of and we can deduce that the straight lines are in fact limits of the non singular zeros of both (cf. [Kolchin]).
See Also
diffalg(deprecated), diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)/essential_components, diffalg(deprecated)/Rosenfeld_Groebner, DifferentialAlgebra[PreparationEquation]
Download Help Document