D vs. 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


Operator D vs. Function diff

 

Description

Examples

Description

• 

The D operator computes derivatives of operators, while diff computes derivatives of expressions.

• 

The argument and result of D are functional operators, while the argument and result of diff are expressions.

• 

The following diagram illustrates the transitions that occur using D, diff, unapply, and function application.

       function application -->

 f   -----------------------------   f(x)

           <-- unapply

 |                                    |

 |                                  d | ^

 |                                  i | |

 |D()                               f |

 | |                                f | i

 | |                                  | n

 | V                                | | t

 |                                  V |

 |                                    |

       function application -->

D(f) ----------------------------   f'(x)

           <-- unapply

Examples

Dsinx

cosx

(1)

diffsinx&comma;x

cosx

(2)

Df@g

Df@gDg

(3)

difff@gx&comma;x

Dfgx&DifferentialD;&DifferentialD;xgx

(4)

See Also

D

diff

operators[functional]

unapply