LieAlgebrasOfVectorFields
SymmetryLAVF
construct a LAVF object for the determining equations of a given list of DEs
Calling Sequence
Parameters
Description
Examples
Compatibility
SymmetryLAVF(DEs, depVars, V)
DEs
-
a list of differential equations
depVars
(optional) a function or a list of functions of names
V
a VectorField object
The command SymmetryLAVF(...) constructs a LAVF object for the symmetry determining system of given list of DEs, using infinitesimal specification from the vector field V. A valid LAVF object then has access to at least 60 methods methods which allow it to be manipulated and its contents queried. For more detail, see Overview of the LAVF object.
The second input argument (depVars) is only used when the first input argument DEs have unclear dependent variables (e.g. trouble distinguishing dependent variables from arbitrary coefficients).
The command ultimately calls PDEtools[DeterminingPDE] command for finding the symmetry determining system DQ. It then calls LAVF(V,DQ) to construct a LAVF object.
This command is part of the LieAlgebrasOfVectorFields package. For more detail, see Overview of the LieAlgebrasOfVectorFields package.
This command can be used in the form SymmetryLAVF(...) only after executing the command with(LieAlgebrasOfVectorFields), but can always be used in the form :-LieAlgebrasOfVectorFields:-SymmetryLAVF(...).
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡η⁡x,u,ξ⁡x,u:
V≔VectorField⁡ξ⁡x,u⁢Dx+η⁡x,u⁢Du,space=x,u
V≔ξ⁢ⅆⅆx+η⁢ⅆⅆu
The one-dimensional Blasius equation
Blasius≔2⁢diff⁡u⁡x,x,x,x+u⁡x⁢diff⁡u⁡x,x,x=0
Blasius≔2⁢ⅆ3ⅆx3u⁡x+u⁡x⁢ⅆ2ⅆx2u⁡x=0
An LAVF object with the determining system for symmetries of the Blasius equation can be constructed by
L≔SymmetryLAVF⁡Blasius,V
L≔ξ⁢ⅆⅆx+η⁢ⅆⅆu&whereξx,x=0,ξu=0,η=−ξx⁢u
SolutionDimension⁡L
2
LAVFSolve⁡L,output=basis
−x⁢ⅆⅆx+u⁢ⅆⅆu,ⅆⅆx
The LieAlgebrasOfVectorFields[SymmetryLAVF] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LieAlgebrasOfVectorFields (Package overview)
LAVF (Object overview)
LieAlgebrasOfVectorFields[VectorField]
PDEtools[DeterminingPDE]
SolutionDimension
LAVFSolve
Download Help Document