File:Gaussian primes.png
From Wikimedia Commons, the free media repository
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Size of this preview: 601 × 600 pixels. Other resolutions: 240 × 240 pixels | 481 × 480 pixels | 769 × 768 pixels | 1,200 × 1,198 pixels.
Original file (1,200 × 1,198 pixels, file size: 16 KB, MIME type: image/png)
File information
Structured data
Captions
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with
{{vector version available|new image name}} .
It is recommended to name the SVG file “Gaussian primes.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
Summary
[edit]DescriptionGaussian primes.png | Gaussian primes with norm less than 500 |
Date | |
Source | own work, with Mathematica 6.0 |
Author | User:Hack |
Permission (Reusing this file) |
Public Domain |
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Mathematica Program
[edit]poly[x_, y_] := Polygon[{{x + 1/2, y + 1/2}, {x - 1/2, y + 1/2}, {x - 1/2, y - 1/2}, {x + 1/2, y - 1/2}}]; primelist = Module[{l, b}, l = {}; Do[b = 0; While[a^2 + b^2 < 500, If[PrimeQ[a + b I, GaussianIntegers -> True], l = Join[l, {poly[a, b], poly[a, -b], poly[-a, b], poly[-a, -b]}]]; b = b + 1], {a, 0, 22}]; l]; gauss = Apply[Show, Join[Map[Graphics, primelist], {AspectRatio -> Automatic}]]; Export["gaussian prime.png", gauss, ImageSize -> 1200];
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:27, 6 December 2007 | 1,200 × 1,198 (16 KB) | Hack~commonswiki (talk | contribs) | {{Information |Description= Gaussian primes with norm less than 500 |Source= own work, with Mathematica 6.0 |Date= December 7, 2007 |Author= User:Hack |Permission= Public Domain |other_versions= }} |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on ast.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on de.wikipedia.org
- Usage on el.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wikiquote.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on id.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ml.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on tr.wikipedia.org
- Usage on vi.wikipedia.org
- Usage on zh.wikipedia.org