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

Online Help

All Products    Maple    MapleSim


Student[MultivariateCalculus]

  

diff

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

diff(v, n)

Parameters

a

-

Vector or with algebraic entries or an algebraic expression

n

-

name, sequence of names, or list of names

Description

• 

The diff command extends the top level command diff in such a way that when v is a Vector, each component of v is differentiated. If v is anything else, then the top level diff is applied directly.

Examples

withStudent:-MultivariateCalculus:

vx2,xy

vx2xy

(1)

diffv,x

2xy

(2)

diffv,x,y

01

(3)

Compatibility

• 

The Student[MultivariateCalculus][diff] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

diff