Twin Primes Program Help

3 visualizaciones (últimos 30 días)
Brendon
Brendon el 7 de Ag. de 2014
Respondida: Image Analyst el 8 de Ag. de 2014
I need help writing a program that finds all the twin primes between 10 and 500 without using a built in function.
  5 comentarios
Geoff Hayes
Geoff Hayes el 8 de Ag. de 2014
Brendon - suppose you had a set of all numbers from 10 through to 500. Given the definition of a prime number, which of those numbers in this set can you (easily) eliminate first?
The even numbers or all those that are a multiple of two. What numbers could you try to eliminate next? Etc.
Brendon
Brendon el 8 de Ag. de 2014
Thanks for your help.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 8 de Ag. de 2014
Take a look at http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes. I'm sure someone must have coded this up in MATLAB and probably uploaded it to the File Exchange.

Categorías

Más información sobre Audio Plugin Creation and Hosting en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by