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

Online Help

All Products    Maple    MapleSim


GetDependentsCount

get the number of elements that a LHPDO object operates on

GetDependencies

get the dependencies of elements that a LHPDO object may operate on

GetSystemCount

get the number of elements returned by a LHPDO object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetDependentsCount( obj)

GetDependencies( obj)

GetSystemCount( obj)

Parameters

obj

-

a LHPDO object

Description

• 

An LHPDO object  is an appliable operator. If it acts on a list containing  elements and returns a list containing  elements, then GetDependentsCount(Delta) returns  and GetSystemCount(Delta) returns  .

• 

The  elements acted on by LHPDO Delta may have dependency restrictions.  These restrictions can be retrieved by the call GetDependencies(Delta).

• 

These methods are associated with the LHPDO object. For more detail, see Overview of the LHPDO object.

Examples

(1)

The operator Delta takes in a list of 2 elements and returns a list of 4 elements...

(2)

(3)

The arguments of Delta here may both depend on (x,y) ...

(4)

(5)

The operator Q acts on a list of 2 elements, say [u,v]...

(6)

The first list item u may depend on x only, the second item v may depend on y only...

(7)

Compatibility

• 

The GetDependentsCount, GetDependencies and GetSystemCount commands were introduced in Maple 2020.

• 

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

See Also

LHPDO (Object overview)

LieAlgebrasOfVectorFields[LHPDO]

LHPDO as operator

GetIndependents

 


Download Help Document