Lie - Maple Help

Online Help

All Products    Maple    MapleSim


liesymm

  

Lie

  

the Lie derivative

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Lie(form, V)

Parameters

form

-

expression involving differential forms relative to specific coordinates

V

-

name or an explicit isovector [V1,V2,...Vn]

Description

• 

The Lie derivative of the differential form form is constructed with respect to V1,...,Vn where n is the number of coordinates.

• 

This routine is part of the liesymm package and is loaded via with(liesymm).

Examples

withliesymm:

setupx,y,z

x,y,z

(1)

Liedx,V

xV1x,y,zdx+yV1x,y,zdy+zV1x,y,zdz

(2)

Liefx,y,zdx,V

V1x,y,zxfx,y,z+V2x,y,zyfx,y,z+V3x,y,zzfx,y,zdx+fx,y,zxV1x,y,zdx+yV1x,y,zdy+zV1x,y,zdz

(3)

Liefx,y,zdxdy,V

V1x,y,zxfx,y,z+V2x,y,zyfx,y,z+V3x,y,zzfx,y,zdydxfx,y,zyV2x,y,zdydx+zV2x,y,zdzdx+xV1x,y,zdydx+zV1x,y,zdydz

(4)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[hook]

liesymm[setup]

liesymm[wedgeset]

with