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=s⁢a+t⁢b
with⁡GaussInt:
GIgcdex⁡−345+515⁢I,1574+368⁢I,s,t
41+117⁢I
s;t
5−2⁢I
−2⁢I
See Also
GaussInt[GIgcd]
Download Help Document