GetIndependents - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GetIndependents

get independent variables of a LHPDE or LHPDO object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetIndependents( obj)

Parameters

obj

-

a LHPDE or LHPDO object.

Description

• 

The GetIndependents method returns a list of independent variables for a LHPDE or LHPDO object.

• 

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

Examples

> 

with⁡LieAlgebrasOfVectorFields:

> 

S≔LHPDE⁡diff⁡u⁡x,y,x,x−diff⁡v⁡x,y,y,y=0

S≔∂2∂x2u⁡x,y−∂2∂y2v⁡x,y=0,indep=x,y,dep=u⁡x,y,v⁡x,y

(1)
> 

GetIndependents⁡S

x,y

(2)
> 

Δ≔LHPDO⁡S

Δ≔u,v→∂∂x⁢∂∂x⁢u−∂∂y⁢∂∂y⁢v

(3)
> 

GetIndependents⁡Δ

x,y

(4)

Compatibility

• 

The GetIndependents command was introduced in Maple 2020.

• 

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

See Also

LHPDE (Object overview)

LHPDO (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

LieAlgebrasOfVectorFields[LHPDO]

GetDependents

GetDependentsCount

GetSystem

GetSystemCount