Problem 43142. Find max prime number
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
Dyuman Joshi
on 1 Dec 2020
Needs more test cases.
Solution Comments
Show commentsProblem Recent Solvers191
Suggested Problems
-
Return the 3n+1 sequence for n
8480 Solvers
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Basics: 'Find the eigenvalues of given matrix
436 Solvers
-
Append two matrix as shown below example
235 Solvers
-
371 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!