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[SymmetryTest] - tests whether a given list of infinitesimals represents a symmetry of a given PDE system.
Calling Sequence
SymmetryTest(S, PDESYS, DepVars)
Parameters
S
-
a list with the infinitesimals of a symmetry generator or the corresponding infinitesimal generator operator
PDESYS
a PDE or a set or list of them; it can include ODEs and not differential equations
DepVars
optional - may be required; a function or a list of them indicating the dependent variables of the problem
Description
SymmetryTest tests whether a symmetry, given as a list of infinitesimals S or as the corresponding infinitesimal generator differential operator, is a symmetry of a given PDE system PDESYS; if so, S satisfies the determining PDE for PDESYS.
If DepVars is not specified, SymmetryTest will consider all the differentiated unknown functions in PDESYS as unknown of the problems.
Examples
Consider the wave equation in four dimensions to avoid redundant typing on input and on the display use diff_table and declare
Compute the infinitesimals of point symmetry transformations leaving invariant pde[1] and test for correctness the first list
Test all the lists in one step
SymmetryTest can also test dynamical symmetries, that is, symmetries where the infinitesimals depend on derivatives of the unknown functions of the problem. Consider for instance the sine-Gordon equation
The following list of infinitesimals represent a symmetry of SGE
See Also
declare, DeterminingPDE, diff_table, Infinitesimals, PDEtools, SymmetryTransformation
Download Help Document