Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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