Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DifferentialAlgebra[Tools][FieldElement] - decides membership in differential base fields
Calling Sequence
FieldElement (p, F, R, opts)
FieldElement (L, F, R, opts)
Parameters
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
Description
The function call FieldElement (p,F,R) returns true if the differential polynomial p belongs to the differential field 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 presented by the list of derivatives G and the regular differential chain regchain. The field contains the rational numbers. Its set of generators is made of the independent variables, plus all the dependent variables occuring in G or in the differential polynomials of regchain. Every polynomial expression belonging to the differential ideal defined by regchain, is zero in . Every other polynomial expression between the generators of , is invertible in . Notes:
Any of the arguments generators = G, and, relations = regchain can be omitted.
It is required that the generators of appear at the bottom of the ranking of R, and, that any block which involves a generator of , purely consists of generators of .
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](...).
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).
Examples
With no arguments, the field is the smallest field involving the rational numbers and the independent variables.
In this example, the field is the smallest differential field involving the rational numbers, the independent variables, and, the derivatives of and .
In this example, the field is presented by generators and relations. The expression is in .
See Also
DifferentialAlgebra, Tools, RosenfeldGroebner
Download Help Document