Student[MultivariateCalculus]
diff
Calling Sequence
Parameters
Description
Examples
Compatibility
diff(v, n)
a
-
Vector or with algebraic entries or an algebraic expression
n
name, sequence of names, or list of names
The diff command extends the top level command diff in such a way that when v is a Vector, each component of v is differentiated. If v is anything else, then the top level diff is applied directly.
with⁡Student:-MultivariateCalculus:
v≔x2,x⁢y
v≔x2x⁢y
diff⁡v,x
2⁢xy
diff⁡v,x,y
01
The Student[MultivariateCalculus][diff] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Download Help Document