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[Xchange] - change variables in an ODE point symmetry generator
Calling Sequence
Xchange(tr, X, y(x), [t, u(t)])
Parameters
tr
-
set of transformation equations of the form from the old variables on the left hand side to the new variables on the right hand side
X
list of coefficients of a point symmetry generator (infinitesimals) as in [xi(x, y), eta(x, y)]
y(x)
'dependent variable' of the problem (it can be any indeterminate function of one variable)
[t, u(t)]
(optional) new independent and dependent variables (required when they cannot be inferred from the transformation)
Description
The Xchange command receives a change of variables transformation set and a pair of infinitesimals , representing the coefficients of a point symmetry generator of an ODE, and the dependent variable y(x), and returns the symmetry in the new variables. The change of variables is performed by making calls to dchange, and hence the same extra arguments accepted by dchange are accepted by Xchange as well. This change of variables takes into account that are the coefficients of a differential operator . Thus, if the new variables are , then the returned list is constituted by the coefficients of the differential operator , where and also incorporate any factor that appears when changing variables in and .
This function is part of the DEtools package, and so it can be used in the form Xchange(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Xchange](..).
Examples
Note that the infinitesimals can be expressed in terms of , but also directly in terms of :
This example illustrates a more general change of variables where the new variables are :
See Also
dchange, DEtools,Lie, dsolve,Lie, muchange, symgen
Download Help Document