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.
withStudentVectorCalculus:
Dsin
cos
Dx2,y2,z2
D2,1x,y↦y⋅x2+y2+3⋅y⋅x,x2⋅y3,y⋅xx,y
See Also
Student[VectorCalculus][diff]
Download Help Document