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
gcdex - extended Euclidean algorithm for polynomials
Calling Sequence
gcdex(A, B, x, 's', 't')
gcdex(A, B, C, x, 's','t')
Parameters
A, B, C
-
polynomials in the variable x
x
variable name
s, t
(optional) unevaluated names
Description
If the number of parameters is less than six, gcdex applies the extended Euclidean algorithm to compute unique polynomials s, t and g in x such that where g is the monic GCD (Greatest Common Divisor) of A and B. The results computed satisfy and . The GCD g is returned as the function value.
In the case of six parameters, gcdex solves the polynomial Diophantine equation for polynomials s and t in x. Let g be the GCD of A and B. The input polynomial C must be divisible by g. The polynomial s computed satisfies . If then the polynomial t will satisfy . The NULL value is returned as the function value.
Note that if the input polynomials are multivariate then, in general, s and t will be rational functions in variables other than x.
Examples
See Also
degree, gcd, Gcdex, igcdex
Download Help Document