|
Calling Sequence
|
|
ReducedForm (p, ideal, opts)
ReducedForm (L, ideal, opts)
|
|
Parameters
|
|
p
|
-
|
a differential polynomial
|
ideal
|
-
|
a differential polynomial ideal or ring
|
L
|
-
|
a list or a set of differential polynomials
|
opts (optional)
|
-
|
a sequence of options
|
|
|
|
|
Options
|
|
•
|
The opts arguments may contain one or more of the options below.
|
•
|
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 first argument, p or L, is used.
|
•
|
memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).
|
|
|
Description
|
|
•
|
Assume ideal is a regular differential chain. Denote its embedding differential polynomial ring and the differential ideal that it defines.
|
•
|
The function call ReducedForm (p, ideal) returns a differential polynomial, which is a reduced form of p in /, as explained below.
|
•
|
The reduced form of a differential polynomial , is a differential polynomial , equivalent to modulo . It is if belongs to . If does not belong to , its reduced form is obtained by applying some simplifications, using the regular differential chain, without introducing any rational fraction in the result.
|
•
|
The function call ReducedForm (L, ideal) returns the list or the set of the reduced forms of the elements of L with respect to ideal.
|
•
|
If ideal is a list of regular differential chains, then the function call ReducedForm (p, ideal) returns the list of the reduced forms of p with respect to all the chains, and, the function call ReducedForm (L, ideal) returns the list of the reduced forms of L with respect to all the chains.
|
•
|
If ideal is a differential polynomial ring, then the function call ReducedForm (p, ideal) returns p, and, the function call ReducedForm (L, ideal) returns L. In both cases, the differential polynomials are expanded.
|
•
|
This command is part of the DifferentialAlgebra package. It can be called using the form ReducedForm(...) after executing the command with(DifferentialAlgebra). It can also be directly called using the form DifferentialAlgebra[ReducedForm](...).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
The simplification by the above rewrite rules is not performed since it would give a rational differential fraction
>
|
|
The simplification is performed, however, in this case
>
|
|
In this case, the reduced form is obtained by simplifying partially the differential polynomial
>
|
|
| (7) |
>
|
|
|
|
|