CleanDependencies
remove any redundant dependant variables from a LAVF object.
Calling Sequence
Parameters
Description
Examples
Compatibility
CleanDependencies( obj)
obj
-
a LAVF object
The CleanDependencies method returns a new LAVF object with any redundant dependant variables or constant of integration removed from its Lie determining system and the corresponding vector field.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
with⁡LieAlgebrasOfVectorFields:
V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y
V≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy
E2≔LHPDE⁡diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x=−diff⁡ξ⁡x,y,y,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,x=0,c1=0,c2=0,indep=x,y,dep=ξ,η,c1,c2
E2≔∂2∂y2ξ⁡x,y=0,∂∂xη⁡x,y=−∂∂yξ⁡x,y,∂∂yη⁡x,y=0,∂∂xξ⁡x,y=0,c1=0,c2=0,indep=x,y,dep=ξ⁡x,y,η⁡x,y,c1,c2
L≔LAVF⁡V,E2
L≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy&where∂2∂y2ξ⁡x,y=0,∂∂xξ⁡x,y=0,∂∂xη⁡x,y=−∂∂yξ⁡x,y,∂∂yη⁡x,y=0,c1=0,c2=0
CleanDependencies⁡L
ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy&where∂2∂y2ξ⁡x,y=0,∂∂xξ⁡x,y=0,∂∂xη⁡x,y=−∂∂yξ⁡x,y,∂∂yη⁡x,y=0
The CleanDependencies 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]
LieAlgebrasOfVectorFields[LAVF]
Download Help Document