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