GIbasis - Maple Help

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIbasis

  

basis test

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIbasis(x, y)

Parameters

x, y

-

Gaussian integers

Description

• 

The GIbasis function returns a value of true if x and y form a basis of the Gaussian integer domain, and false otherwise.

• 

Any two Gaussian integers (x and y) form a basis if every Gaussian integer can be represented in the form ax+by where a and b are integers.

Examples

withGaussInt:

GIbasis1+I,3+2I

true

(1)

GIbasis5+11I,9+2I

false

(2)

See Also

GaussInt