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

Online Help

DifferentialAlgebra[Tools]

  

PreparationEquation

  

returns the preparation equation of a differential polynomial

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

PreparationEquation (f, regchain, opts)

Parameters

f

-

a differential polynomial

regchain

-

a regular differential chain

opts (optional)

-

a sequence of options

Options

• 

The opts arguments may contain one or more of the options below.

• 

congruence = true. In the right hand-side of the returned preparation equation, denote  the minimum total degree of the monomials . All the terms  such that the total degree of  is greater than , are removed from the right hand-side of the preparation equation. This stripped preparation equation is called a preparation congruence of f.

• 

n = nonnegative (default value is ). This option is useful in conjunction with the option congruence = true. The n first differential polynomials , ...,  of regchain are considered as equations defining the base field of f, and, of the differential polynomials , ..., . Reductions by the base field equations are not taken into account for computing the preparation congruence of f: the terms  involving derivatives of , ...,  are not considered for determining , and, do not appear in the preparation congruence.

• 

zstring = string. This option permits to customize the identifier used for the new variables . It must be a valid MAPLE identifier (possibly an indexed) involving the substring "%d".

• 

notation = jet, tjet, diff or Diff. Specifies the notation used for the result of the function call. If not specified, the notation of regchain is used.

• 

memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).

Description

• 

The function call PreparationEquation (f, regchain) returns a preparation equation [K73, chapter IV, section 13] for f with respect to regchain. The argument f is regarded as a differential polynomial of the embedding ring of regchain.

• 

Let  denote the differential ideal defined by regchain and denote , ...,  the differential polynomials which constitute the chain. Introduce  new dependent variables . Each variable  represents the differential polynomial .

• 

The returned preparation equation is an expression having the form  =  + ... + . The differential polynomial  is a power product of initials and separants of the . The coefficients  are reduced and regular with respect to . The monomials  are power products of the  variables and their derivatives. They satisfy some further properties, described in [K73, chapter IV, section 13]. If each  is replaced by the corresponding , in all terms , then the preparation equation becomes a true equality.

• 

Preparation equations are an important tool in the context of the Low Power Theorem. See RosenfeldGroebner with the option singsol = essential.

• 

This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form PreparationEquation(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][PreparationEquation](...).

Examples

Basic illustration

• 

The following examples illustrate the function, syntactically.

(1)

(2)

(3)

(4)

(5)
• 

If one substitutes the  to the , the equation becomes an equality.

(6)
• 

Changing the identifier for the .

(7)
• 

Since all monomials  have degree , the preparation congruence is equal to the preparation equation.

(8)
• 

However, if the two first elements of the regular differential chain are considered as base field defining equations, then, only one monomial  is left in the congruence.

(9)

The Low Power Theorem

• 

The next example illustrates the Low Power Theorem. See [R50, chapter III] and [K73, chapter IV, section 15].

(10)

(11)
• 

First compute a representation of the radical of the differential ideal generated by , by means of RosenfeldGroebner.

(12)

(13)
• 

Second, remove any regular differential chain which involve two or more differential polynomials, by application of the Component Theorem [K73, chapter IV, section 14]. In our case, no regular differential chain is removed by this process. Third, compute a preparation congruence for , with respect to each of the two singular components, i.e., the two last ones.

• 

In the first case, there is only one monomial , of the form . Thus this regular differential chain must be kept in the decomposition.

(14)
• 

In the second case, the right hand-side of the preparation congruence involves two monomials. Thus this regular differential chain is redundant.

(15)
• 

Indeed, RosenfeldGroebner with the option singsol = essential removes the second singular component from the decomposition.

(16)

(17)

See Also

DifferentialAlgebra

RosenfeldGroebner

 


Download Help Document