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
Gcd - inert gcd function
Calling Sequence
Gcd(a, b)
Gcd(a, b, 's', 't')
Parameters
a, b
-
multivariate polynomials
s, t
(optional) unevaluated names
Description
The Gcd function is a placeholder for representing the greatest common divisor of a and b where a and b are polynomials. If s and t are specified, they are assigned the cofactors. Gcd is used in conjunction with either mod, modp1 or evala as described below which define the coefficient domain.
The call Gcd(a, b) mod p computes the greatest common divisor of a and b modulo p a prime integer. The inputs a and b must be polynomials over the rationals or over a finite field specified by RootOf expressions.
The call modp1(Gcd(a, b), p) does likewise for a and b, polynomials in the modp1 representation.
The call evala(Gcd(a, b)) does likewise for a and b, multivariate polynomials with algebraic coefficients defined by RootOf or radicals expressions. See evala,Gcd for more information.
Examples
See Also
evala, gcd, Gcdex, mod, RootOf
Download Help Document