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
PDEtools[ChangeSymmetry] - perform a change of variables on the infinitesimals of a symmetry generator
Calling Sequence
ChangeSymmetry(TR, S, ITR, DepVars, NewVars, 'options'='value')
Parameters
TR
-
a transformation equation or a set of them
S
a list with the infinitesimals of a symmetry generator or the corresponding infinitesimal generator differential operator
ITR
optional - the inverse transformation equation or a set of them
DepVars
optional - may be required, a function or a list of them indicating the (old) dependent variables of the problem
NewDepVars
optional - a function or a list of them representing the new dependent variables
jetnotation = ...
(optional) can be true (default, the notation found in S), false, jetvariables, jetvariableswithbrackets, jetnumbers or jetODE; to respectively return or not using the different jet notations available
output = ...
optional - can be list or operator, indicating the output to be a list of infinitesimal components or the corresponding infinitesimal generator diffential operator
simplifier = ...
optional - indicates the simplifier to be used instead of the default simplify/size
Description
The ChangeSymmetry command performs changes of variables in a list of infinitesimals of a symmetry generator or its corresponding infinitesimal generator differential operator. This transformation takes into account that the infinitesimals are coefficients of differentiation operators which are also changed by the transformation, thus contributing to the resulting infinitesimals in the new variables.
To avoid having to remember the optional keywords if you misspell the keyword, or just a portion of it, a matching against the correct keywords is performed, and when there is only one match, the input is automatically corrected.
Examples
Consider a PDE problem with two independent variables and one dependent variable, u(x, t), and consider the list of infinitesimals of a symmetry group
In the input above you can also pass the symmetry as without infinitesimals' labels, as in . The corresponding infinitesimal generator is
Consider now the following transformation to be applied to the infinitesimals S
A direct application of this transformation to each component of is incorrect because these infinitesimals are coefficients of differentiation operators in the infinitesimal generator above. That fact is taken into account by ChangeSymmetry; the syntax it uses is the same as that of PDEtools[dchange] and DEtools[Xchange]
You can change variables directly in the infinitesimal generator differential operator, in which case the output has the same format, is also a differential operator
You can also optionally request the output to be in list or operator format to override returning in the same format of the symmetry.
The transformation used in this example introduces the canonical coordinates of the symmetry group with infinitesimals S. That is why the result above is the normal form of the generator, all infinitesimals equal to 0 but for one equal to 1.
Consider now changing variables in a different symmetry, using the same transformation
Compare with the output in different jetnotation or in function notation (jetnotation = false); we also pass the symmetry without the infinitesimals' labels to save some keystrokes; correspondingly the output also comes without infinitesimals' labels
See Also
CanonicalCoordinates, InfinitesimalGenerator, PDEtools
Download Help Document