DifferentialAlgebra[Tools]
FieldElement
decides membership in differential base fields
Calling Sequence
Parameters
Options
Description
Examples
FieldElement (p, F, R, opts)
FieldElement (L, F, R, opts)
p
-
a differential polynomial
L
a list or a set of differential polynomials
F
a field description
R
a differential ring or ideal
opts (optional)
a sequence of 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 first argument is used.
memout = nonnegative. Specifies a memory limit, in MB, for the computation. Default is zero (no memory out).
The function call FieldElement (p,F,R) returns true if the differential polynomial p belongs to the differential field k defined F and R, else it returns false. The differential polynomial p is regarded as a differential polynomial of R, if R is a differential ring, or, of the embedding ring of R, if R is an ideal.
The argument F has the form field (generators = G, relations = regchain). It defines a differential field k presented by the list of derivatives G and the regular differential chain regchain. The field k contains the rational numbers. Its set of generators is made of the independent variables, plus all the dependent variables occurring in G or in the differential polynomials of regchain. Every polynomial expression belonging to the differential ideal defined by regchain, is zero in k. Every other polynomial expression between the generators of k, is invertible in k. Notes:
Any of the arguments generators = G, and, relations = regchain can be omitted.
It is required that the generators of k appear at the bottom of the ranking of R, and, that any block which involves a generator of k, purely consists of generators of k.
The function call FieldElement (L,F,R) returns a list or a set of boolean.
This command is part of the DifferentialAlgebra:-Tools package. It can be called using the form FieldElement(...) after executing the command with(DifferentialAlgebra:-Tools). It can also be directly called using the form DifferentialAlgebra[Tools][FieldElement](...).
with⁡DifferentialAlgebra:with⁡Tools:
R≔DifferentialRing⁡derivations=t,blocks=u,v,w
R≔differential_ring
With no arguments, the field k is the smallest field involving the rational numbers and the independent variables.
FieldElement⁡1,t,u,field⁡,R
true,true,false
In this example, the field k is the smallest differential field involving the rational numbers, the independent variables, and, the derivatives of v and w.
FieldElement⁡uvt,wt,t,1v+w,field⁡generators=v,w,R
false,true,true
In this example, the field k is presented by generators and relations. The expression vt,t−2 is 0 in k.
fieldrels≔PretendRegularDifferentialChain⁡vt2−4⁢v,R
fieldrels≔regular_differential_chain
NormalForm⁡vt,t−2,fieldrels
0
FieldElement⁡vt,t−2⁢u+wt+1,field⁡relations=fieldrels,generators=v,w,R
true
See Also
DifferentialAlgebra
RosenfeldGroebner
Download Help Document