D
gives the partial derivative of
f
with respect tox
.
differentiates successively with respect to
x
,y
, etc.
gives the multiple derivative of order
n
.
gives the vector derivative of
f
with respect tox1
,x2
, etc.
Note: the upper case identifier D
is different from the lower case identifier d
.
See:
Examples
First-order derivative of a polynomial:
Second-order derivative:
Trigonometric derivatives:
Unknown variables are treated as constant:
Derivatives of unknown functions are represented using ‘Derivative’:
Chain rule:
Compute the gradient vector of a function:
Hesse matrix:
Related terms
Diff, DSolve, Integrate, Limit, ND, NIntegrate
Implementation status
- ☑ - partially implemented