Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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