diff - Maple Help

Online Help

All Products    Maple    MapleSim


Student[VectorCalculus]

  

diff

  

compute the derivative of a Vector-valued function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

diff(f, v)

Parameters

f

-

Vector or algebraic expression

v

-

name or name, name, ...; specify the variables of differentiation

Description

• 

The diff(f, v) calling sequence is an extension of the top-level diff that performs coordinate-wise differentiation on Vectors (including vector fields), in the coordinate systems of the Student[VectorCalculus] package.  If f is not a Vector, the arguments are passed to the top-level diff command.

Examples

withStudentVectorCalculus:

difft,t2,t3,t

1ex+2tey+3t2ez

(1)

diffcosst,sinst,s,t

sinsttscosstex+cossttssinstey

(2)

SetCoordinatessphericalr,φ,θ

sphericalr,φ,θ

(3)

FVectorFieldar,0,0

Fare_r+0e_φ+0e_θ

(4)

diffF,φ

arcosφcosθ2sinφ+arcosφsinθ2sinφarsinφcosφe_r+arcosφ2cosθ2+arcosφ2sinθ2+arsinφ2e_φ+0e_θ

(5)

diffF,a

re_r+0e_φ+0e_θ

(6)

See Also

diff

Student[VectorCalculus]

Student[VectorCalculus][Curl]

Student[VectorCalculus][Divergence]

Student[VectorCalculus][int]

Student[VectorCalculus][Laplacian]

Student[VectorCalculus][limit]

Student[VectorCalculus][series]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorField]