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
diffalg[greater] - compare the rank of two differential polynomials
Calling Sequence
greater (p, q, R)
Parameters
p, q
-
differential polynomials in R
R
differential polynomial ring
Description
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.
Examples
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