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][ExtendedNormalizedGcd] - extended normalized GCD of two polynomials with respect to a regular chain
Calling Sequence
ExtendedNormalizedGcd(p1, p2, v, rc, R)
Parameters
p1
-
polynomial of R
p2
v
variable of R
rc
regular chain of R
R
polynomial ring
Description
The command ExtendedNormalizedGcd(p1, p2, v, rc, R) returns a list of pairs where , , are polynomials of R and is a regular chain of R.
For each pair, the polynomial is a normalized GCD of p1 and p2 modulo the saturated ideal of .
For each pair, the polynomials , , satisfy modulo the saturated ideal of .
For each pair, the leading coefficient of the polynomial with respect to v is normalized (and thus regular) modulo the saturated ideal of .
The returned regular chains form a triangular decomposition of rc (in the sense of Kalkbrener).
The returned regular chains are strongly normalized.
Comparing to ExtendedRegularGcd, the output of ExtendedNormalizedGcd will look simpler in general when rc is zero-dimensional.
However, the output of ExtendedNormalizedGcd may be much larger and much more expensive to get than the one of ExtendedRegularGcd, when rc is not zero-dimensional.
rc must be strongly normalized.
v must be the common main variable of p1 and p2.
The initials of p1 and p2 must be regular with respect to rc.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form ExtendedNormalizedGcd(..) 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][ExtendedNormalizedGcd](..).
Examples
See Also
Chain, Empty, ExtendedRegularGcd, PolynomialRing, RegularChains, RegularGcd, Regularize, RegularizeInitial
References
Moreno Maza, M. "On triangular decompositions of algebraic varieties" Technical Report 4/99, NAG, UK, Presented at the MEGA-2000 Conference, Bath, UK. Available at http://www.csd.uwo.ca/~moreno.
Download Help Document