Problem 1315. Volume of a sphere given its surface area
Solution Stats
Problem Comments
-
5 Comments
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.
Solution Comments
-
1 Comment
I had to calculate by hand the case for x = 36 pi. Once I simplified the expression, I added a condition for this case. Otherwise, (I guess due to machine error) I wouldn't get it right even though I had the correct code.
-
1 Comment
If surface is 36*pi, then volume is (4/3)*pi*(sqrt(36*pi/4/pi))^3
This is math. If one answer is right, they should all be right.
Is this a roundoff question?
Problem Recent Solvers135
Suggested Problems
-
244 Solvers
-
Back to basics 3 - Temp Directory
358 Solvers
-
648 Solvers
-
convert matrix to single column
375 Solvers
-
Find Out sum of principal diagonal element of given matrix
230 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!