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
DEtools[rightdivision] - perform right division of differential operators
DEtools[leftdivision] - perform left division of differential operators
Calling Sequence
rightdivision(a, b, domain)
leftdivision(a, b, domain)
Parameters
a, b
-
differential operators
domain
list containing two names
Description
For operators a and b (as for polynomials, see quo) there exist operators and such that and . The output rightdivision is the list .
The procedure leftdivision does precisely the same, only the order of multiplication is reversed: .
The argument domain describes the differential algebra. If this argument is the list then the differential operators are notated with the symbols and . They are viewed as elements of the differential algebra where is the field of constants.
If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain will be used. If this environment variable is not set then the argument domain may not be omitted.
These functions are part of the DEtools package, and so they can be used in the form rightdivision(..) and leftdivision(..) only after executing the command with(DEtools). However, they can always be accessed through the long form of the command by using DEtools[rightdivision](..) or DEtools[leftdivision](..).
Examples
See Also
diffop, Ore_algebra/skew_pdiv
Download Help Document