D - Maple Help

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

2Dxxex+2Dyyey+2Dzzez

(2)

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

2x+3ex+6xy2ey+1ez

(3)

See Also

D

Student[VectorCalculus]

Student[VectorCalculus][diff]