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[translate] - translate a DE or operator list centered on 0 to one centered on a point
DEtools[untranslate] - translate a DE or operator list centered on a point to one centered on 0
Calling Sequence
translate(des, ivar, pt, dvar)
untranslate(des, ivar, pt, dvar)
Parameters
des
-
differential equation, or differential operator list
ivar
independent variable
pt
point of translation
dvar
dependent variable, in the case of a DE
Description
The routines translate and untranslate are used for the translation of DEs and operators. In the case of a linear differential operator, the input des is given by a list (here A), which defines the operator by
|
The routine translate takes a DE or linear operator in the independent variable ivar, assumed to be centered about 0, and translates it to a DE or operator centered about pt. Essentially, translate acts like DEtools[Dchangevar] for the restricted cases (pt = infinity) and (otherwise).
Likewise, the routine untranslate takes a DE, operator, or DE solution that is centered on the point pt and translates it to the equivalent centered on 0.
dvar must be provided in the instance that des is a differential equation or DE solution. It is not required if des is an operator list.
Results may be "normalized" by way of DEtools[DEnormal].
Linear differential operators may be derived from DEs by way of DEtools[convertAlg].
These functions are part of the DEtools package, and so they can be used in the form translate(..) and untranslate(..) only after executing the command with(DEtools). However, they can always be accessed through the long form of the command DEtools[translate](..) or DEtools[untranslate](..).
Examples
Linear differential operator
Differential equation
See Also
DEtools, DEtools[convertAlg], DEtools[DEnormal]
Download Help Document