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

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,zdxdy+fx,y,zxV1x,y,zdxdyzV1x,y,zdydz+yV2x,y,zdxdy+zV2x,y,zdxdz

(4)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[hook]

liesymm[setup]

liesymm[wedgeset]

with