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

Online Help

All Products    Maple    MapleSim


ImplicitForm

calculate the implicit form of a LAVF object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ImplicitForm(self)

ImplicitForm(self, infinitesimalsOnly = true)

Parameters

self

-

a LAVF objects.

Description

• 

Let L be a LAVF object that is either partial or fully integrated (i.e. its determining system includes constants or functions that are not infinitesimals). Then ImplicitForm(L) returns the implicit form of L, as a new LHPDE object.

• 

The implicit form of L is defined by rif-reducing its determining system with respect to a block ranking  (i.e. all 's are ranked lower than any of 's) where  are infinitesimals and are non-infinitesimals such as constants of integration variables.

• 

The returned output, a LHPDE object, is in rif-reduced form with ranking   recorded. See Overview of the LHPDE object for more detail.

• 

In the second calling sequence, the call returns a sub-system that includes infinitesimals only from the implicit form of L. This 'infinitesimals-only' sub-system is same as the non-integrated determining system of L.

• 

If the input LAVF object is non-integrated (i.e. no constants of integration variables), then the implicit form of L is its determining system itself.

• 

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

Examples

(1)

(2)

We first construct a LAVF object for E(2),

(3)

And we obtain the fully-integrated LAVF object by solving L,

(4)

As we can see Ls has infinitesimals  and constant of integration variables _C1, _C2, _C3.  Now let's find the implicit form of Ls,

(5)

Imp is a LHPDE object and has access to various methods.

(6)

Ranking of Imp shows that infinitesimals  are indeed ranked lower than all other variables.

(7)

We can also fetch the non-integrated determining system of E2 from Ls, by setting option infinitesimalsOnly = true

(8)

The non-integrated determining system S should be same as E2

(9)

Compatibility

• 

The ImplicitForm command was introduced in Maple 2020.

• 

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

See Also

LieAlgebrasOfVectorFields (Package overview)

LAVF (Object overview)

LHPDE (Object overview)

LieAlgebrasOfVectorFields[VectorField]

LieAlgebrasOfVectorFields[LHPDE]

LieAlgebrasOfVectorFields[LAVF]

LAVFSolve

GetRanking

AreSame

 


Download Help Document