You know the side of a square and the diameter of a circle, please decide whether the square covers more area.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1725
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2092 Solvers
-
Set some matrix elements to zero
624 Solvers
-
499 Solvers
-
2020 Solvers
-
2523 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
isnt the test suite with sq= rand and ci = rand a faulty one ?
and the last test suite, whats with the numbers 3>7? why isnt it variable testing ?
No, that test suite is fine, since he uses those random values to calculate y_correct.
Also, for that other test with 3>7, he's using that to create a false logical value for y_correct.