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[ChainTools][Cut] - split a chain by a variable
Calling Sequence
Cut(v, rc, R)
Parameters
v
-
variable of of R
rc
regular chain of R
R
polynomial ring
out_top
unevaluated name
out_pv
out_sub_rc
Description
The command Cut(v, rc, R) returns where is true if and only if v is an algebraic variable of rc, that is, if there exists a polynomial of rc with v as main variables.
Moreover, top is assigned to the list of polynomials of rc with main variable strictly greater than v, ordered by increasing main variable.
pv is assigned to the polynomial of rc with main variable v. If no such polynomial exists, pv is left unchanged.
sub_rc is the regular chain under the variable v, i.e. composed of the polynomials of rc with main variable strictly lower than v.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form Cut(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][Cut](..).
Examples
See Also
Chain, ChainTools, Empty, Equations, IsAlgebraic, Polynomial, PolynomialRing, RegularChains, Under, Upper
Download Help Document