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≔diffyx,`$`x,2:
convertf,D
D2yx
See Also
convert
convert/diff
Download Help Document