convert/D
convert expressions involving derivatives to use the D operator
Calling Sequence
Parameters
Description
Examples
convert(expr, D)
expr
-
expression in diff notation
The convert/D function converts expressions involving derivatives in the diff notation to expressions in the D operator notation.
f≔diff⁡y⁡x,`$`⁡x,2:
convert⁡f,D
D2⁡y⁡x
See Also
convert
convert/diff
Download Help Document