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[reduced_form] - compute a reduced form of a differential polynomial modulo a radical differential ideal
Calling Sequence
reduced_form (poly, R)
Parameters
p
-
differential polynomial
R
differential ring or radical differential ideal
Description
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function reduced_form returns a reduced form of p when R is a differential ring. When R is a radical differential ideal, it returns a reduced form of p modulo R.
All the algorithms which return differential polynomials return them under reduced form, though this is not a normal form of this polynomial.
The reduced form of p is a polynomial equivalent to p such that
- All the monomials of r have non zero coefficients.
- If the coefficients of p do not involve fractions, then the coefficients of r also do not.
Some extra simplifications may also happen, since the notation of the derivatives that appear in reduced forms is normalized.
When using the jet notation, different names may represent the same derivative (for example, and ). The order of the derivations in the reduced form is given by the list of the derivations.
When using the diff notation, functions such as and are translated to the same differential indeterminate . The order of the variables in the reduced form is given by the list of the derivations.
When R is a differential ideal, a reduced form of p is a polynomial r equivalent to p modulo R. It satisfies if and only if p belongs to R.
The command with(diffalg,reduced_form) allows the use of the abbreviated form of this command.
Examples
Illustration of reduced form with respect to a differential ring:
Illustration of reduced form modulo a radical differential ideal:
See Also
diffalg(deprecated), diffalg(deprecated)/belongs_to, diffalg(deprecated)/differential_algebra, diffalg(deprecated)/differential_ring, diffalg(deprecated)/field_extension, diffalg(deprecated)/Rosenfeld_Groebner, DifferentialAlgebra[ReducedForm]
Download Help Document