VectorField Object as Derivation Operator
Calling Sequence
Parameters
Description
Examples
Compatibility
X( f)
X
-
a VectorField object
f
scalar expression, or Vector, Matrix, list or table of scalar expressions
A VectorField object X can act as derivation operator.
A derivation is an operator X such that X⁡f+g=X⁡f+X⁡g and X⁡fg=fX⁡g+X⁡fg
Because it can act as an operator, a VectorField object is of type appliable. See Overview of VectorField Overloaded Builtins for more detail.
When a vector field is acting as an operator, it will distribute itself over indexable types such as Vectors, Matrices, lists, and tables.
This method is associated with the VectorField object. For more detail, see Overview of the VectorField object.
with⁡LieAlgebrasOfVectorFields:
X≔VectorField⁡x⁢Dx+y⁢Dy,space=x,y
X≔x⁢ⅆⅆx+y⁢ⅆⅆy
X⁡x2
2⁢x2
X⁡x,x2,x3
x,2⁢x2,3⁢x3
A≔Matrix⁡x,y,x2,y2
A≔xyx2y2
X⁡A
xy2⁢x22⁢y2
The VectorField Object as Derivation Operator command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
VectorField (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieDerivative
Download Help Document