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
|
|
•
|
Note that if the input polynomials are multivariate then, in general, s and t will be rational functions in variables other than x.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?