Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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