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