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

Online Help

All Products    Maple    MapleSim


liesymm

  

autosimp

  

autosimp a set of differential forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

autosimp(eqns)

Parameters

eqns

-

set of determining equations for the symmetries of a given system of PDEs

Description

• 

The system of PDEs characterizing the symmetries of a system of PDEs will often include a number of equations which are particularly easy to integrate (for example, first order partials equated with 0). This command will automatically carry out many of these simple integrations.  If no such integrations can be found then the system is left alone.

• 

When simplifications are completed the result is returned in a form of  eqns &where equations where the first operand is the set of remaining equations and the second operand is a set of algebraic equations indicating the relationship between the new functions appearing in the set of simplified equations and the original functions.

• 

This routine is ordinarily loaded via with(liesymm) but can be used in the ``package style'' as liesymm[autosimp]()

Examples

withliesymm:

e1Diffut,x,t,x+Diffut,x,x+ut,x2=0

e12txut,x+xut,x+ut,x2=0

(1)

eqns1determinee1,V,ut,x,k:

The next step is the automatic integration of these equations.  We begin by setting up names for some regularly occurring expressions.

eqns2autosimpeqns1

eqns2ⅆⅆtV1_2t=V3_1tC1,ⅆⅆtV3_1t=V3_1t+C1&whereV1t,x,u=V1_2t,V2t,x,u=xC1+C2,V2_2x=xC1+C2,V3t,x,u=uV3_1t,V3_2t,x=0

(2)

See Also

liesymm

liesymm[determine]

liesymm[reduce]