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.
with⁡LieAlgebrasOfVectorFields:
X≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y
X≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy
S≔LHPDE⁡diff⁡ξ⁡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≔LAVF⁡X,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
Δ≔VFPDO⁡L
Δ≔X↦∂2∂y2X⁡x,ⅆⅆxX⁡x,∂∂xX⁡y+∂∂yX⁡x,ⅆⅆyX⁡y
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−y0⁢Dx+x−x0⁢Dy,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