GaussInt
GIsieve
Gaussian prime generator
Calling Sequence
Parameters
Description
Examples
GIsieve(m)
m
-
positive integer
The GIsieve function generates a list of Gaussian primes x+I⁢y whose norms are less than or equal to m2, and who are located in the one-eighth plane defined by 0≤y<x .
Any prime found in that area has seven more associated primes: −x+I⁢y, ±x−I⁢y, ±y−I⁢x, except for 1+I which exceptionally lies on x=y and has only three associated primes.
with⁡GaussInt:
GIsieve⁡10
14,1+I,2+I,3,3+2⁢I,4+I,5+2⁢I,6+I,5+4⁢I,7,7+2⁢I,6+5⁢I,8+3⁢I,8+5⁢I,9+4⁢I
plots:-display⁡plots:-complexplot⁡GIsieve⁡1002,style=point,plot⁡x,x=0..100
See Also
GaussInt[GInorm]
Download Help Document