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