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

Online Help

All Products    Maple    MapleSim


GetDependents

get dependent variables of a LHPDE object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetDependents( obj)

GetDependents( obj, output = opt)

Parameters

obj

-

a LHPDE object.

opt

-

a string : either "functions" or "names"

Description

• 

The GetDependents method returns a list of dependent variables for a LHPDE object.

• 

The default output is a list of functions. The dependent variables can also be returned as a list of names, by specifying 'output'= "names".

• 

This method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.

Examples

withLieAlgebrasOfVectorFields:

SLHPDEdiffux,y,x,xdiffvx,y,y,y=0

S2x2ux,y2y2vx,y=0,indep=x,y,dep=ux,y,vx,y

(1)

GetDependentsS

ux,y,vx,y

(2)

GetDependentsS,output=names

u,v

(3)

Compatibility

• 

The GetDependents command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LHPDE (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

GetIndependents

GetSystem