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
type/MonomialOrder - check for monomial order data structures
type/ShortMonomialOrder - check for short monomial order descriptions
Calling Sequence
type(T, MonomialOrder)
type(ST, ShortMonomialOrder)
Parameters
T
-
table that denotes a monomial ordering on an algebra
SP
short monomial order description
Description
The type ShortMonomialOrder checks if ST is a short monomial order description.
The type MonomialOrder checks if T is a monomial order, as declared by the command Groebner[MonomialOrder]. This representation is used to denote general monomial orders over general skew algebras, possibly with parameters, and possibly in positive characteristic.
Examples
A short monomial order description.
The previous order can equivalently be declared as a (general) monomial order:
A monomial order for a skew polynomial ring.
Neither a monomial order nor a short monomial order description.
See Also
Groebner, Groebner[MonomialOrder], MonomialOrders, type
Download Help Document