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 which can be applied as a function
i
positive integer or expression or sequence of integers or expressions
The D(f) command applies the differential operator to an expression. The command extends the differential operator D to operate on Vectors and Vector valued procedures.
with⁡VectorCalculus:
D⁡sin
cos
D⁡x2,y2,z2
D2,1⁡x,y→y⁢x2+y2+3⁢x⁢y,x2⁢y3,x⁢y⁡x,y
See Also
VectorCalculus[diff]
Download Help Document