Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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