Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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