diffalg
belongs_to
test if a differential polynomial belongs to a radical differential ideal
Calling Sequence
Parameters
Description
Examples
belongs_to (q, J)
q
-
differential polynomial
J
radical differential ideal given by a characteristic decomposition.
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function belongs_to returns true if q belongs to J. Otherwise, false is returned.
Mathematically, q belongs to J if and only if q vanishes on all the zeros of J.
The differential polynomial q belongs to J if and only if it belongs to all the components of the characteristic decomposition.
q belongs to a characterizable component Jj of J if and only if the differential remainder of q by the differential characteristic set defining Jj is zero.
Characteristic decomposition of radical differential ideal are computed by Rosenfeld_Groebner.
The command with(diffalg,belongs_to) allows the use of the abbreviated form of this command.
with⁡diffalg:
R≔differential_ring⁡derivations=x,y,ranking=u,v:
p1≔v⁢ux,x−ux:
p2≔ux,y:
p3≔uy,y2−1:
J≔Rosenfeld_Groebner⁡p1,p2,p3,R
J≔characterizable,characterizable
belongs_to⁡vy,J1,belongs_to⁡vy,J2,belongs_to⁡vy,J
true,false,false
belongs_to⁡ux,J1,belongs_to⁡ux,J2,belongs_to⁡ux,J
false,true,false
belongs_to⁡ux⁢vy,J
true
See Also
diffalg(deprecated)/differential_algebra
diffalg(deprecated)/differential_ring
diffalg(deprecated)/differential_sprem
diffalg(deprecated)/reduced_form
diffalg(deprecated)/Rosenfeld_Groebner
diffalg(deprecated)[equations]
DifferentialAlgebra[BelongsTo]
Download Help Document