DChange
change coordinates in a LAVF object
Calling Sequence
Parameters
Description
Examples
Compatibility
DChange( tr, obj, vf, options )
dchange( tr, obj, vf, options )
tr
-
set of equations corresponding to the transformation from the old variables on the left-hand side of the equations to the new variables on the right-hand side
obj
a LAVF object
vf
a VectorField object
options
optional arguments that will be passed down to PDEtools[dchange] command
The DChange method performs change of variables tr in the LAVF object obj.
The method returns a new LAVF object written with respect to independent variables and the dependent variables specified in vf
The vf argument is required. Other options are as for PDEtools:-dchange, and are ultimately passed through to it.
The name dchange is provided as an alias.
This method is associated with the LAVF object. For more detail see Overview of the LAVF object.
with⁡LieAlgebrasOfVectorFields:
Build a LAVF for the sl[2] action on the line...
X≔VectorField⁡ξ⁡x,x
X≔ξ⁡x⁢ⅆⅆx
Sys≔LHPDE⁡diff⁡ξ⁡x,x,x,x=0,indep=x,dep=ξ
Sys≔ⅆ3ⅆx3ξ⁡x=0,indep=x,dep=ξ⁡x
L≔LAVF⁡X,Sys
L≔ξ⁡x⁢ⅆⅆx&whereⅆ3ⅆx3ξ⁡x=0
Now set up another vector field with a change of variables...
Y≔VectorField⁡η⁡y,y
Y≔η⁡y⁢ⅆⅆy
DChange⁡x=y,L,Y
η⁡y⁢ⅆⅆy&whereⅆ3ⅆy3η⁡y=0
The DChange command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LAVF (Object overview)
LieAlgebrasOfVectorFields[LAVF]
VectorField (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields (Package overview)
PDEtools[dchange]
Download Help Document