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
OreTools[ParametricGCRD] - determine the dependency of GCRD on a parameter
Calling Sequence
ParametricGCRD(P1, P2, ..., cond, Par, A)
Parameters
P1, P2, ...
-
Ore polynomials depending on a parameter; to define an Ore polynomial, use the OrePoly structure.
cond
polynomial in Par
Par
name; parameter
A
Ore algebra; to define an Ore algebra, use the SetOreRing function.
Description
The ParametricGCRD(P1, P2, ..., cond, Par, A) calling sequence finds the dependency of the greatest common right divisor (GCRD) of two or more Ore polynomials P1, P2, ... with polynomial coefficients and parametrized on Par that satisfies the polynomial condition .
The ParametricGCRD command returns an error message if the Ore polynomials P1, P2, ... do not have polynomial coefficients.
The return value depends on cond.
If cond is a nonzero constant, the ParametricGCRD command returns NULL.
If , the ParametricGCRD command returns . For i=1, ... n, cond_i is a polynomial in Par, and g_i is an Ore polynomial with polynomial coefficients such that g_i=GCRD(P1, P2, ...) when . The product is equal to cond.
If , the ParametricGCRD command returns . For i=1, ... n, cond_i and g_i are defined as in the previous case and g_otherwise=GCRD(P1, P2, ...) for all other values of Par.
If and there are no other GCRDs, the ParametricGCRD command returns the Ore polynomial that is the GCRD(P1, P2, ...) for all Par .
Examples
See Also
OreTools, OreTools/Modular/GCRD, OreTools/OreAlgebra, OreTools/OrePoly, OreTools[SetOreRing], piecewise
References
Glotov, P.E. "An algorithm of searching the greatest common divisor for Ore polynomial with polynomial coefficients depending on a parameter." Programming and Computer Software. Vol. 24 No. 6, (1998): 275-283.
Download Help Document