Problem 45367. Sieve of Eratosthenes - 02

 "Sift the Two's and Sift the Three's,
  The Sieve of Eratosthenes.
  When the multiples sublime,
  The numbers that remain are Prime."  ...anonymous

Sieve of Eratosthenes is a simple but ingenious ancient algorithm for finding all prime numbers up to n.

given a limit n, u've to find all the primes up to n. The built-in prime function of matlab is restricted.

Solution Stats

41.3% Correct | 58.7% Incorrect
Last Solution submitted on May 23, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers17

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

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

Start Hunting!