Write a function that calculates the ratio between the sum of primes numbers lower or equal to x, and the sum of the factors of x.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers36
Suggested Problems
-
Remove any row in which a NaN appears
8785 Solvers
-
How to find the position of an element in a vector without using the find function
2820 Solvers
-
Back to basics 21 - Matrix replicating
1819 Solvers
-
1226 Solvers
-
Remove the first, third and fifth rows of a matrix
597 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The 3rd test case, for x = 100; is wrong. Please correct it.
Done! thank you!