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

Online Help

All Products    Maple    MapleSim


GetSpace

get the space where a VFPDO is operates on

GetSystemCount

get the number of elements returned by a VFPDO object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetSpace( obj)

GetSystemCount( obj)

Parameters

obj

-

a VDPDO object

Description

• 

An VFPDO object Δ is an appliable operator. It takes in a list of linear homogeneous differential expressions and returns as a differential operator on vector field that has same components as the differential expressions.

• 

The GetSpace(obj) returns a list of space variables that a VFPDO object is operated on.

• 

The GetSystemCount(obj) gives you the number of differential expressions.

• 

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

Examples

withLieAlgebrasOfVectorFields:

XVectorFieldξx,yDx+ηx,yDy,space=x,y

Xξx,yⅆⅆx+ηx,yⅆⅆy

(1)

ΔVFPDOa1diffξx,y,xa2ξx,y,diffηx,y,x,xa12+a22ηx,y,X

ΔXa1ⅆⅆxXxa2Xx,2x2Xy+a12a22Xy

(2)

GetSystemCountΔ

2

(3)

GetSpaceΔ

x,y

(4)

Compatibility

• 

The GetSpace and GetSystemCount commands were introduced in Maple 2020.

• 

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

See Also

VFPDO (Object overview)

LieAlgebrasOfVectorFields[VFPDO]

VFPDO as operator