GaussInt
GIbasis
basis test
Calling Sequence
Parameters
Description
Examples
GIbasis(x, y)
x, y
-
Gaussian integers
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.
withGaussInt:
GIbasis1+I,3+2I
true
GIbasis5+11I,9+2I
false
See Also
Download Help Document