GaussInt
GIgcdex
extended Euclidean algorithm for Gaussian integers
Calling Sequence
Parameters
Description
Examples
GIgcdex(a, b, 's', 't')
a, b
-
Gaussian integers
s, t
(optional) names
The GIgcdex function returns g = GIgcd(a, b), and optionally s and/or t such that
g=sa+tb
withGaussInt:
GIgcdex−345+515I,1574+368I,s,t
41+117I
s;t
5−2I
−2I
See Also
GaussInt[GIgcd]
Download Help Document