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.
with⁡GaussInt:
GIprime⁡751
true
GIprime⁡4+9⁢I
GIprime⁡3+7⁢I
false
See Also
isprime
Download Help Document