DifferentialAlgebra[Tools][PretendRegularDifferentialChain] - builds a regular differential chain
|
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
|
|
|
|
|
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.
|
•
|
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](...).
|
|
|
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).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
The function sorts the differential polynomials by increasing rank.
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
In the next example, the attribute normalized is omitted.
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|