convert/diff
convert an expression of the form D(f)(x) to diff(f(x),x)
Calling Sequence
Parameters
Description
Examples
convert( expr, diff)
expr
-
anything
The command, convert(expr,diff) replaces, where possible, the use of the D operator by the use of the diff function in the expression expr.
g≔D2⁡y⁡x−a⁢D⁡z⁡x+D2⁡f⁡x,y:
convert⁡g,diff
ⅆ2ⅆx2y⁡x−a⁢ⅆⅆxz⁡x+∂∂yf⁡x,y
See Also
convert
convert/D
D
diff
Download Help Document