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.
withStudent:-MultivariateCalculus:
v≔x2,xy
v≔x2xy
diffv,x
2xy
diffv,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