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

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

> 

g≔D2⁡y⁡x−a⁢D⁡z⁡x+D2⁡f⁡x,y:

> 

convert⁡g,diff

ⅆ2ⅆx2y⁡x−a⁢ⅆⅆxz⁡x+∂∂yf⁡x,y

(1)

See Also

convert

convert/D

D

diff