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


VectorCalculus

  

D

  

apply the differential operator to an expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

D(f)

D[i](f)

Parameters

f

-

'Vector'(algebraic), Vector valued procedure or expression which can be applied as a function

i

-

positive integer or expression or sequence of integers or expressions

Description

• 

The D(f) command applies the differential operator to an expression.  The command extends the differential operator D to operate on Vectors and Vector valued procedures.

Examples

withVectorCalculus:

Dsin

cos

(1)

Dx2,y2,z2

D2,1x,yyx2+y2+3yx,x2y3,yxx,y

See Also

D

VectorCalculus

VectorCalculus[diff]