GaussInt
GIprime
primality test
Calling Sequence
Parameters
Description
Examples
GIprime(z)
z
-
Gaussian integer
The function GIprime returns true in case z is a Gaussian prime, false otherwise.
A Gaussian prime is a Gaussian integer which is not a unity or zero, and which is divisible only by numbers associated with itself or with 1.
withGaussInt:
GIprime751
true
GIprime4+9I
GIprime3+7I
false
See Also
isprime
Download Help Document