CHAP_PRIMES
The Prime Sieve
Chapter: "The Prime Sieve"
prime_grid.png
a PNG image showing numbers and their divisors from 1 to 100.
prime_hunt.m
, a MATLAB function which finds primes by picking a number and checking all possible divisors;
prime_sieve.m
a MATLAB function which finds primes by picking a divisor and checking all the numbers;
Last revised on 29 May 2012.