convert to diff - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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