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 a⁢x+b⁢y where a and b are integers.
with⁡GaussInt:
GIbasis⁡1+I,3+2⁢I
true
GIbasis⁡5+11⁢I,9+2⁢I
false
See Also
Download Help Document