This code plots prime numbers, their position, spin, and rotation in the prime hexagon. See The Prime Hexagon video at: https://www.youtube.com/watch?v=fQL4KRH3wUQ
-
Updated
Feb 12, 2018 - Python
This code plots prime numbers, their position, spin, and rotation in the prime hexagon. See The Prime Hexagon video at: https://www.youtube.com/watch?v=fQL4KRH3wUQ
First it asks for a number, then says if it is a prime number and then what kind of special prime if so, and gives a quick description and field of use.
Sieving primes and counting primes
Emirp prime numbers are primes that can are primes in both directions you read the digits, for example 13 and 31. This script asks a range between two numbers, and then depending on the versions prints a list, a 2D plot, or a multithread rendered 3D plot.
Add a description, image, and links to the primenumbers topic page so that developers can more easily learn about it.
To associate your repository with the primenumbers topic, visit your repo's landing page and select "manage topics."