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
DEtools[de2diffop] - convert a differential equation to a differential operator
DEtools[diffop2de] - convert a differential operator to a differential equation
Calling Sequence
de2diffop(eqn, dvar, domain)
diffop2de(L, dvar, domain)
Parameters
eqn
-
homogeneous linear differential equation
dvar
dependent variable
L
differential operator
domain
(optional if _Envdiffopdomain is set) list containing two names
Description
An element L in C(x)[Dx] corresponds to a linear homogeneous differential equation . These two procedures convert between the operator L and the equation . See also the help page diffop on linear differential operators.
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 C(x)[Dx] 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 de2diffop(..) and diffop2de(..) only after executing the command with(DEtools). However, they can always be accessed through the long form of the command by using DEtools[de2diffop](..) or DEtools[diffop2de](..).
Examples
See Also
diffop
Download Help Document