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
RegularChains[ConstructibleSetTools][RepresentingInequations] - return the list of inequations in a regular system
Calling Sequence
RepresentingInequations(rs, R)
Parameters
rs
-
regular system
R
polynomial ring
Description
The command RepresentingInequations(rs, R) returns the inequations of the regular system rs, assuming that the polynomials of rs belong to R
This command is part of the RegularChains[ConstructibleSetTools] package, so it can be used in the form RepresentingInequations(..) only after executing the command with(RegularChains[ConstructibleSetTools]). However, it can always be accessed through the long form of the command by using RegularChains[ConstructibleSetTools][RepresentingInequations](..).
See ConstructibleSetTools and RegularChains for the related mathematical concepts, in particular for the ideas of a constructible set, a regular system and, a regular chain.
Examples
Define a polynomial ring.
Define a set of polynomials of R.
The command Triangularize (with lazard option) will decompose the common solutions of the polynomials system by means of regular chains.
Let be the first regular chain and be a polynomial regarded as an inequation.
To obtain a regular system, check whether is regular with respect to .
Since is regular, you can build a regular system.
Notice that the inequation is returned by the command RepresentingInequations.
See Also
ConstructibleSet, ConstructibleSetTools, QuasiComponent, RegularChains, RegularSystem, RegularSystemDifference, RepresentingChain, RepresentingRegularSystems
Download Help Document