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

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

> 

with⁡VectorCalculus:

> 

D⁡sin

cos

(1)
> 

D⁡x2,y2,z2

2⁢D⁡x⁢xex+2⁢D⁡y⁢yey+2⁢D⁡z⁢zez

(2)
> 

D2,1⁡x,y↦y⋅x2+y2+3⋅y⋅x,x2⋅y3,y⋅x⁡x,y

2⁢x+3ex+6⁢x⁢y2ey+1ez

(3)

See Also

D

VectorCalculus

VectorCalculus[diff]