convert to diff - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/diff

convert an expression of the form D(f)(x) to diff(f(x),x)

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, diff)

Parameters

expr

-

anything

Description

• 

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.

Examples

gD2yxaDzx+D2fx,y:

convertg,diff

ⅆ2ⅆx2yxaⅆⅆxzx+yfx,y

(1)

See Also

convert

convert/D

D

diff