Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example:
n = 10 --> mpn = 7
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers192
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2817 Solvers
-
Project Euler: Problem 3, Largest prime factor
1809 Solvers
-
Find out sum of all elements of given Matrix
535 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
359 Solvers
-
Number of Even Elements in Fibonacci Sequence
1677 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Needs more test cases.