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

Online Help

All Products    Maple    MapleSim


DifferentialAlgebra[Tools]

  

PretendRegularDifferentialChain

  

builds a regular differential chain

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

PretendRegularDifferentialChain (eqns, R, opts)

Parameters

eqns

-

a list or a set of differential rational fractions

R

-

a differential polynomial ring or ideal

opts (optional)

-

a sequence of options

Options

• 

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

• 

attributes = L where L is a list involving some of the keywords differential, prime, primitive, squarefree, coherent, autoreduced, normalized. This option permits to customize the list of attributes of the built regular differential chain. The presence of some of the attributes may imply, automatically, the presence of some other ones. The prime attribute may be automatically set. For more details, see DifferentialAlgebra.

• 

pretend = false. With this option, the function checks that eqns holds its attributes and performs some further simplifications in order to try to achieve the missing ones. If these simplifications fail, an error message is raised. This happens, in particular, if the chain is not triangular or if the simplifications lead to split the system into two or more different regular differential chains. The coherent attribute is not checked.

• 

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

• 

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

Description

• 

The function call PretendRegularDifferentialChain (eqns, R) builds a regular differential chain with the numerators of eqns, regarded as differential rational fractions of R, if R is a ring, or its embedding ring if R is an ideal. By default, the built regular differential chain is assumed to hold the attributes: differential, autoreduced, primitive, squarefree, normalized and coherent. For more details on attributes, see DifferentialAlgebra.

• 

It is assumed that eqns already forms a regular differential chain with the above attributes. The list eqns does not need to be sorted.

• 

In principle, the elements of eqns should be differential polynomials with integer numeric coefficients. However, rational differential fractions and expressions involving explicit relational operators, such as p=q and pq are accepted. The rational differential fractions are replaced by their numerators. The expressions p=q are converted into pq. The expressions pq are ignored.

• 

If eqns involves a parameter p, the equations stating that some derivatives of p are zero, are automatically inserted in the regular differential chain, unless p, itself, is the leading derivative of some element of eqns.

• 

If eqns is empty, the returned regular differential chain represents the zero ideal of R.

• 

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

Examples

withDifferentialAlgebra:withTools:

RDifferentialRingderivations=t,blocks=u,s,c

Rdifferential_ring

(1)

The function sorts the differential polynomials by increasing rank.

idealPretendRegularDifferentialChainstc,cts,ut2su,R

idealregular_differential_chain

(2)

Equationsideal

su+ut2,stc,cts

(3)

Getattributes,ideal

differential,autoreduced,primitive,squarefree,normalized

(4)

In the next example, the attribute normalized is omitted.

idealPretendRegularDifferentialChaincstc,cts2,ut2ctu,attributes=differential,autoreduced,primitive,pretend=false,R

idealregular_differential_chain

(5)

Equationsideal

su+ut2,stc,cts

(6)

Getattributes,ideal

differential,autoreduced,primitive,squarefree

(7)

See Also

DifferentialAlgebra

Tools

RosenfeldGroebner