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

Online Help

All Products    Maple    MapleSim


liesymm

  

vfix

  

change variable dependencies in unevaluated derivatives

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

vfix(f)

Parameters

f

-

expression involving Diff

Description

• 

Routines in the liesymm package manipulate and produce results expressed in terms of ``inert derivatives'' by using Diff(). A key advantage of this inert representation is that the operands can be modified to reflect desired changes in dependencies prior to evaluation. The vfix() command changes the variable dependencies for functions appearing in these expressions.

• 

One can use convert(...) and dvalue() to reformulate the resulting PDE.

• 

The results of using diff() and Diff() often display the same way.  To determine which of these two is actually present, use lprint().  or has( ... , diff), etc..

• 

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

Examples

(1)

(2)

(3)

(4)

(5)

(6)

make h independent of t and x.

(7)

make h independent of t.

(8)

Convert to different representations.

(9)

(10)

(11)

(12)

See Also

convert

diff

dsolve

liesymm

value

with

 


Download Help Document