Student[VectorCalculus]
D
apply the differential operator to an expression
Calling Sequence
Parameters
Description
Examples
D(f)
D[i](f)
f
-
'Vector'(algebraic), Vector-valued procedure or expression that can be applied as a function
i
positive integer, expression, or sequence of integers or expressions
The D(f) calling sequence applies the differential operator to the expression f. The command extends the differential operator D to operate on Vectors and Vector-valued procedures.
with⁡StudentVectorCalculus:
D⁡sin
cos
D⁡x2,y2,z2
D2,1⁡x,y↦y⋅x2+y2+3⋅y⋅x,x2⋅y3,y⋅x⁡x,y
See Also
Student[VectorCalculus][diff]
Download Help Document