You just measured its surface area, that is the input.
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers156
Suggested Problems
-
3495 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2070 Solvers
-
Make a random, non-repeating vector.
11805 Solvers
-
647 Solvers
-
Append two matrix as shown below example
237 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...
Please add more test cases !
Problem with the precision.
I've solved the problem with precision by simplifying the formula. However, the test suite should have some tolerance nonetheless.
Tolerance has been added to the test suite, along with additional cases.