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
|
|
•
|
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
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
Compute the infinitesimals of point symmetry transformations leaving invariant pde[1] and test for correctness the first list
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
Test all the lists in one step
>
|
|
| (6) |
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
>
|
|
| (7) |
>
|
|
| (8) |
The following list of infinitesimals represent a symmetry of SGE
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
|
|
Download Help Document
Was this information helpful?