Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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