GIgcdex - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIgcdex

  

extended Euclidean algorithm for Gaussian integers

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIgcdex(a, b, 's', 't')

Parameters

a, b

-

Gaussian integers

s, t

-

(optional) names

Description

• 

The GIgcdex function returns g = GIgcd(a, b), and optionally s and/or t such that

g=sa+tb

Examples

withGaussInt:

GIgcdex345+515I,1574+368I,s,t

41+117I

(1)

s;t

52I

2I

(2)

See Also

GaussInt[GIgcd]