diffalg
greater
compare the rank of two differential polynomials
Calling Sequence
Parameters
Description
Examples
greater (p, q, R)
p, q
-
differential polynomials in R
R
differential polynomial ring
Important: The diffalg package has been deprecated. Use the superseding package DifferentialAlgebra instead.
The function greater returns true if the rank of p is greater than the one of q. Otherwise, false is returned.
p has greater rank than q if
(a) q belongs to the ground field of R and p does not,
(b) the leader of p is greater than the leader of q with respect to the ranking of R, or
(c) p and q have the same leader and the degree, in this common leader, of p is greater than the one of q.
The function greater provides only a pre-order on R.
The command with(diffalg,greater) allows the use of the abbreviated form of this command.
with⁡diffalg:
R≔differential_ring⁡derivations=x,y,ranking=lexu
R≔PDE_ring
greater⁡ux,uy,y,R
true
greater⁡ux,x2+uy,uy,y5⁢ux,x2+1,R
false
See Also
diffalg(deprecated)
diffalg(deprecated)/differential_algebra
diffalg(deprecated)/differential_ring
diffalg(deprecated)[derivatives]
diffalg(deprecated)[leader]
DifferentialAlgebra[Get]
DifferentialAlgebra[Is]
Download Help Document