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

Online Help

All Products    Maple    MapleSim


Student[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 that can be applied as a function

i

-

positive integer, expression, or sequence of integers or expressions

Description

• 

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

Examples

withStudentVectorCalculus:

Dsin

cos

(1)

Dx2,y2,z2

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

See Also

D

Student[VectorCalculus]

Student[VectorCalculus][diff]