Dchange
change coordinates in a Distribution object
Calling Sequence
Parameters
Description
Examples
Compatibility
DChange( tr, dist, newvars, options )
dchange( tr, dist, newvars, 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
dist
a Distribution object
newvars
list containing the new variables
options
optional arguments that will be passed down to PDEtools[dchange] command
The DChange method changes coordinates in a Distribution object, and returns a new Distribution object on space with coordinates as specified by the newvars parameter.
The DChange method is closely modeled on the PDEtools:-dchange command, the calling sequence is identical.
The newvars 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.
If the PDEtools package is loaded, a name conflict may arise. In this case the calling sequence should be modified to dist:-DChange(tr, dist, newvars, options).
This method is associated with the Distribution object. For more detail see Overview of the Distribution object.
with⁡LieAlgebrasOfVectorFields:
Build vector fields associated with 3-d spatial rotations...
Rx≔VectorField⁡−z⁢Dy+y⁢Dz,space=x,y,z
Rx≔−z⁢ⅆⅆy+y⁢ⅆⅆz
Ry≔VectorField⁡−x⁢Dz+z⁢Dx,space=x,y,z
Ry≔z⁢ⅆⅆx−x⁢ⅆⅆz
Rz≔VectorField⁡−y⁢Dx+x⁢Dy,space=x,y,z
Rz≔−y⁢ⅆⅆx+x⁢ⅆⅆy
Construct the associated distribution...
Σ≔Distribution⁡Rx,Ry,Rz
Σ≔−y⁢ⅆⅆxx+ⅆⅆy,−z⁢ⅆⅆxx+ⅆⅆz
Set up change of coordinates to spherical polars...
DChange⁡x=r⁢sin⁡θ⁢cos⁡φ,y=r⁢sin⁡θ⁢sin⁡φ,z=r⁢cos⁡θ,Σ,r,θ,φ
ⅆⅆφ,ⅆⅆθ
The Dchange command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
Distribution (Object overview)
LieAlgebrasOfVectorFields[Distribution]
VectorField (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields (Package overview)
PDEtools[dchange]
Download Help Document