VFPDO Object as Operator
Calling Sequence
Parameters
Description
Examples
Compatibility
Delta( obj )
Delta
-
a VFPDO object
obj
a VectorField object
An VFPDO object is appliable, and can act as partial differential operator.
An VFPDO object Delta is a function that acts on a vector field. See example below.
These methods are associated with the VFPDO object. For more detail, see Overview of the VFPDO object.
withLieAlgebrasOfVectorFields:
X≔VectorFieldξx,yDx+ηx,yDy,space=x,y
X≔ξx,yⅆⅆx+ηx,yⅆⅆy
S≔LHPDEdiffξx,y,x=0,diffξx,y,y,y=0,diffηx,y,x=−diffξx,y,y,diffηx,y,y=0,indep=x,y,dep=ξ,η
S≔∂∂xξx,y=0,∂2∂y2ξx,y=0,∂∂xηx,y=−∂∂yξx,y,∂∂yηx,y=0,indep=x,y,dep=ξx,y,ηx,y
L≔LAVFX,S
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
Δ≔VFPDOL
Δ≔X↦∂2∂y2Xx,ⅆⅆxXx,∂∂xXy+∂∂yXx,ⅆⅆyXy
Check actions as operator on vector field
ΔX
∂2∂y2ξx,y,∂∂xξx,y,∂∂xηx,y+∂∂yξx,y,∂∂yηx,y
it should kill rotations..
R≔VectorField−y−y0Dx+x−x0Dy,space=x,y
R≔−y+y0ⅆⅆx+x−x0ⅆⅆy
ΔR
0,0,0,0
The VFPDO Object as Operator command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
VFPDO (Object overview)
LieAlgebrasOfVectorFields[VFPDO]
Download Help Document