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[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