Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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